Html Css Color HEX #D04896 Mulberry

📋 copy color: '#D04896'

red 208 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #D04896

Tints of Mulberry #D04896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 48.37%
G = 16.74%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D04896 (or 0xD04896) is known color: Mulberry. HEX triplet: D0, 48 and 96. RGB value is (208,72,150). Sum of RGB (Red+Green+Blue) = 208+72+150=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D04896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04896 is #2FB769. Grayscale: #797979. Windows color (decimal): -3127146 or 9849040. OLE color: 9849040.

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

Color convert

RGB 208 72 150 -
CMYK 0 0.65 0.28 0.18
HSL 325.59º 0.59% 0.55% -
HSV(B) 325.59º 0.65% 0.82% -
XYZ 33.83 20.25 30.98 -
YUV 121.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 208 72 150 0 0.65 0.28 0.18 325.59 0.59 0.55
Hex D0 48 96 0 41 1C 12 146 3B 37
Octal 320 110 226 0 101 34 22 506 73 67
Binary 11010000 1001000 10010110 0 1000001 11100 10010 101000110 111011 110111

Color Harmonies of #D04896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04896

Black with #D04896

Text Example


Text Example

White with #D04896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04896; }

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

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

background-color css

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

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

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

border-color css

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

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

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