Html Css Color HEX #D04DA9 Mulberry

📋 copy color: '#D04DA9'

red 208 ◦ green 77 ◦ blue 169

#D04DA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #D04DA9

Tints of Mulberry #D04DA9

RGB

 RED value IS 208 (81.64% from 255) = 45.81%

 GREEN value IS 77 (30.47% from 255) = 16.96%

 BLUE value IS 169 (66.41% from 255) = 37.22%

R = 45.81%
G = 16.96%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D04DA9 (or 0xD04DA9) is known color: Mulberry. HEX triplet: D0, 4D and A9. RGB value is (208,77,169). Sum of RGB (Red+Green+Blue) = 208+77+169=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04DA9 is #2FB256. Grayscale: #7E7E7E. Windows color (decimal): -3125847 or 11095504. OLE color: 11095504.

HSL color Cylindrical-coordinate representation of color #D04DA9: hue angle of 317.86º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04DA9 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 77 169 -
CMYK 0 0.63 0.19 0.18
HSL 317.86º 0.58% 0.56% -
HSV(B) 317.86º 0.63% 0.82% -
XYZ 35.83 21.58 39.81 -
YUV 126.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 208 77 169 0 0.63 0.19 0.18 317.86 0.58 0.56
Hex D0 4D A9 0 3F 13 12 13E 3A 38
Octal 320 115 251 0 77 23 22 476 72 70
Binary 11010000 1001101 10101001 0 111111 10011 10010 100111110 111010 111000

Color Harmonies of #D04DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DA9

Black with #D04DA9

Text Example


Text Example

White with #D04DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DA9; }

 p { color: rgb(208,77,169); }

 H1.HeaderClassName
 {
   color: #D04DA9;
 }
 .AnyTagClassName
 {
   color: #D04DA9;
 }
</style>

background-color css

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

 a { background-color: rgb(208,77,169); }

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

border-color css

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

 span { border-color: rgb(208,77,169); }

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