Html Css Color HEX #D04586 Mulberry

📋 copy color: '#D04586'

red 208 ◦ green 69 ◦ blue 134

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

Shades of Mulberry #D04586

Tints of Mulberry #D04586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.79%

 BLUE value IS 134 (52.73% from 255) = 32.6%

R = 50.61%
G = 16.79%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D04586 (or 0xD04586) is known color: Mulberry. HEX triplet: D0, 45 and 86. RGB value is (208,69,134). Sum of RGB (Red+Green+Blue) = 208+69+134=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D04586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04586 is #2FBA79. Grayscale: #757575. Windows color (decimal): -3127930 or 8799696. OLE color: 8799696.

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

Color convert

RGB 208 69 134 -
CMYK 0 0.67 0.36 0.18
HSL 331.94º 0.6% 0.54% -
HSV(B) 331.94º 0.67% 0.82% -
XYZ 32.44 19.39 24.59 -
YUV 117.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 208 69 134 0 0.67 0.36 0.18 331.94 0.6 0.54
Hex D0 45 86 0 43 24 12 14C 3C 36
Octal 320 105 206 0 103 44 22 514 74 66
Binary 11010000 1000101 10000110 0 1000011 100100 10010 101001100 111100 110110

Color Harmonies of #D04586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04586

Black with #D04586

Text Example


Text Example

White with #D04586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04586; }

 p { color: rgb(208,69,134); }

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

background-color css

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

 a { background-color: rgb(208,69,134); }

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

border-color css

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

 span { border-color: rgb(208,69,134); }

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