Html Css Color HEX #D04888 Mulberry

📋 copy color: '#D04888'

red 208 ◦ green 72 ◦ blue 136

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

Shades of Mulberry #D04888

Tints of Mulberry #D04888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

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

R = 50%
G = 17.31%
B = 32.69%

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

#D04888 (or 0xD04888) is known color: Mulberry. HEX triplet: D0, 48 and 88. RGB value is (208,72,136). Sum of RGB (Red+Green+Blue) = 208+72+136=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D04888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04888 is #2FB777. Grayscale: #777777. Windows color (decimal): -3127160 or 8931536. OLE color: 8931536.

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

Color convert

RGB 208 72 136 -
CMYK 0 0.65 0.35 0.18
HSL 331.76º 0.59% 0.55% -
HSV(B) 331.76º 0.65% 0.82% -
XYZ 32.77 19.82 25.39 -
YUV 119.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 208 72 136 0 0.65 0.35 0.18 331.76 0.59 0.55
Hex D0 48 88 0 41 23 12 14C 3B 37
Octal 320 110 210 0 101 43 22 514 73 67
Binary 11010000 1001000 10001000 0 1000001 100011 10010 101001100 111011 110111

Color Harmonies of #D04888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04888

Black with #D04888

Text Example


Text Example

White with #D04888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04888; }

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

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

background-color css

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

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

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

border-color css

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

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

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