Html Css Color HEX #D04288 Mulberry

📋 copy color: '#D04288'

red 208 ◦ green 66 ◦ blue 136

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

Shades of Mulberry #D04288

Tints of Mulberry #D04288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.1%

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

R = 50.73%
G = 16.1%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D04288 (or 0xD04288) is known color: Mulberry. HEX triplet: D0, 42 and 88. RGB value is (208,66,136). Sum of RGB (Red+Green+Blue) = 208+66+136=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D04288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04288 is #2FBD77. Grayscale: #747474. Windows color (decimal): -3128696 or 8930000. OLE color: 8930000.

HSL color Cylindrical-coordinate representation of color #D04288: hue angle of 330.42º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04288 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 136 -
CMYK 0 0.68 0.35 0.18
HSL 330.42º 0.6% 0.54% -
HSV(B) 330.42º 0.68% 0.82% -
XYZ 32.4 19.08 25.27 -
YUV 116.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 208 66 136 0 0.68 0.35 0.18 330.42 0.6 0.54
Hex D0 42 88 0 44 23 12 14A 3C 36
Octal 320 102 210 0 104 43 22 512 74 66
Binary 11010000 1000010 10001000 0 1000100 100011 10010 101001010 111100 110110

Color Harmonies of #D04288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04288

Black with #D04288

Text Example


Text Example

White with #D04288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04288; }

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

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

background-color css

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

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

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

border-color css

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

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

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