Html Css Color HEX #D04988 Mulberry

📋 copy color: '#D04988'

red 208 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #D04988

Tints of Mulberry #D04988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 49.88%
G = 17.51%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D04988 (or 0xD04988) is known color: Mulberry. HEX triplet: D0, 49 and 88. RGB value is (208,73,136). Sum of RGB (Red+Green+Blue) = 208+73+136=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D04988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04988 is #2FB677. Grayscale: #787878. Windows color (decimal): -3126904 or 8931792. OLE color: 8931792.

HSL color Cylindrical-coordinate representation of color #D04988: hue angle of 332º 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 #D04988 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 136 -
CMYK 0 0.65 0.35 0.18
HSL 332º 0.59% 0.55% -
HSV(B) 332º 0.65% 0.82% -
XYZ 32.84 19.95 25.41 -
YUV 120.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 208 73 136 0 0.65 0.35 0.18 332 0.59 0.55
Hex D0 49 88 0 41 23 12 14C 3B 37
Octal 320 111 210 0 101 43 22 514 73 67
Binary 11010000 1001001 10001000 0 1000001 100011 10010 101001100 111011 110111

Color Harmonies of #D04988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04988

Black with #D04988

Text Example


Text Example

White with #D04988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04988; }

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

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

background-color css

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

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

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

border-color css

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

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

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