Html Css Color HEX #D04096 Mulberry

📋 copy color: '#D04096'

red 208 ◦ green 64 ◦ blue 150

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

Shades of Mulberry #D04096

Tints of Mulberry #D04096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.17%

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

R = 49.29%
G = 15.17%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D04096 (or 0xD04096) is known color: Mulberry. HEX triplet: D0, 40 and 96. RGB value is (208,64,150). Sum of RGB (Red+Green+Blue) = 208+64+150=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D04096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04096 is #2FBF69. Grayscale: #747474. Windows color (decimal): -3129194 or 9846992. OLE color: 9846992.

HSL color Cylindrical-coordinate representation of color #D04096: hue angle of 324.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04096 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 150 -
CMYK 0 0.69 0.28 0.18
HSL 324.17º 0.61% 0.53% -
HSV(B) 324.17º 0.69% 0.82% -
XYZ 33.35 19.28 30.82 -
YUV 116.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 208 64 150 0 0.69 0.28 0.18 324.17 0.61 0.53
Hex D0 40 96 0 45 1C 12 144 3D 35
Octal 320 100 226 0 105 34 22 504 75 65
Binary 11010000 1000000 10010110 0 1000101 11100 10010 101000100 111101 110101

Color Harmonies of #D04096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04096

Black with #D04096

Text Example


Text Example

White with #D04096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04096; }

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

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

background-color css

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

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

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

border-color css

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

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

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