#d4409b

Color #D4409B Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D4409B

Tints of Mulberry #D4409B

Color information

#D4409B (or 0xD4409B) is unknown color: approx Mulberry. HEX triplet: D4, 40 and 9B. RGB value is (212,64,155). Sum of RGB (Red+Green+Blue) = 212+64+155=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4409B is #2BBF64. Grayscale: #767676. Windows color (decimal): -2867045 or 10174676. OLE color: 10174676.

HSL color Cylindrical-coordinate representation of color #D4409B: hue angle of 323.11º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4409B is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB21264155-
CMYK00.700.270.17
HSL323.11º63.25%54.12%-
HSV(B)323.11º69.81%83.14%-
XYZ34.920.0333.04-
YUV118.63148.53194.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 49.19%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=49.19%
G=14.85%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126415500.700.270.17323.1163.2554.12
HexD4409B0461B111433f36
Octal324100233010633215037766
Binary11010100100000010011011010001101101110001101000011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4409b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4409b; }

 p { color: rgb(212,64,155); }

 H1.HeaderClassName
 {
   color: #d4409b;
 }
 .AnyTagClassName
 {
   color: #d4409b;
 }
</style>
background-color css

<style>
 a { background-color: #d4409b; }

 a { background-color: rgb(212,64,155); }

 div.DivClassName
 {
   background-color: #d4409b;
 }
 .BgClassName
 {
   background-color: #d4409b;
 }
</style>
border-color css

<style>
 span { border-color: #d4409b; }

 span { border-color: rgb(212,64,155); }

 td.TdClassName
 {
   border-color: #d4409b;
 }
 .TagClassName
 {
   border-color: #d4409b;
 }
</style>