Html Css Color HEX #D04991 Mulberry

📋 copy color: '#D04991'

red 208 ◦ green 73 ◦ blue 145

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

Shades of Mulberry #D04991

Tints of Mulberry #D04991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.14%

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 48.83%
G = 17.14%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D04991 (or 0xD04991) is known color: Mulberry. HEX triplet: D0, 49 and 91. RGB value is (208,73,145). Sum of RGB (Red+Green+Blue) = 208+73+145=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D04991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04991 is #2FB66E. Grayscale: #797979. Windows color (decimal): -3126895 or 9521616. OLE color: 9521616.

HSL color Cylindrical-coordinate representation of color #D04991: hue angle of 328º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04991 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 145 -
CMYK 0 0.65 0.30 0.18
HSL 328º 0.59% 0.55% -
HSV(B) 328º 0.65% 0.82% -
XYZ 33.51 20.22 28.92 -
YUV 121.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 208 73 145 0 0.65 0.30 0.18 328 0.59 0.55
Hex D0 49 91 0 41 1E 12 148 3B 37
Octal 320 111 221 0 101 36 22 510 73 67
Binary 11010000 1001001 10010001 0 1000001 11110 10010 101001000 111011 110111

Color Harmonies of #D04991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04991

Black with #D04991

Text Example


Text Example

White with #D04991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04991; }

 p { color: rgb(208,73,145); }

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

background-color css

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

 a { background-color: rgb(208,73,145); }

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

border-color css

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

 span { border-color: rgb(208,73,145); }

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