Html Css Color HEX #D04C88 Mulberry

📋 copy color: '#D04C88'

red 208 ◦ green 76 ◦ blue 136

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

Shades of Mulberry #D04C88

Tints of Mulberry #D04C88

RGB

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

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

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

R = 49.52%
G = 18.1%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D04C88 (or 0xD04C88) is known color: Mulberry. HEX triplet: D0, 4C and 88. RGB value is (208,76,136). Sum of RGB (Red+Green+Blue) = 208+76+136=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C88 is #2FB377. Grayscale: #7A7A7A. Windows color (decimal): -3126136 or 8932560. OLE color: 8932560.

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

Color convert

RGB 208 76 136 -
CMYK 0 0.63 0.35 0.18
HSL 332.73º 0.58% 0.56% -
HSV(B) 332.73º 0.63% 0.82% -
XYZ 33.04 20.36 25.48 -
YUV 122.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 208 76 136 0 0.63 0.35 0.18 332.73 0.58 0.56
Hex D0 4C 88 0 3F 23 12 14D 3A 38
Octal 320 114 210 0 77 43 22 515 72 70
Binary 11010000 1001100 10001000 0 111111 100011 10010 101001101 111010 111000

Color Harmonies of #D04C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C88

Black with #D04C88

Text Example


Text Example

White with #D04C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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