Html Css Color HEX #D04C85 Mulberry

📋 copy color: '#D04C85'

red 208 ◦ green 76 ◦ blue 133

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

Shades of Mulberry #D04C85

Tints of Mulberry #D04C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 49.88%
G = 18.23%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D04C85 (or 0xD04C85) is known color: Mulberry. HEX triplet: D0, 4C and 85. RGB value is (208,76,133). Sum of RGB (Red+Green+Blue) = 208+76+133=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C85 is #2FB37A. Grayscale: #797979. Windows color (decimal): -3126139 or 8735952. OLE color: 8735952.

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

Color convert

RGB 208 76 133 -
CMYK 0 0.63 0.36 0.18
HSL 334.09º 0.58% 0.56% -
HSV(B) 334.09º 0.63% 0.82% -
XYZ 32.83 20.27 24.37 -
YUV 121.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 208 76 133 0 0.63 0.36 0.18 334.09 0.58 0.56
Hex D0 4C 85 0 3F 24 12 14E 3A 38
Octal 320 114 205 0 77 44 22 516 72 70
Binary 11010000 1001100 10000101 0 111111 100100 10010 101001110 111010 111000

Color Harmonies of #D04C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C85

Black with #D04C85

Text Example


Text Example

White with #D04C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C85; }

 p { color: rgb(208,76,133); }

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

background-color css

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

 a { background-color: rgb(208,76,133); }

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

border-color css

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

 span { border-color: rgb(208,76,133); }

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