Html Css Color HEX #D04885 Mulberry

📋 copy color: '#D04885'

red 208 ◦ green 72 ◦ blue 133

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

Shades of Mulberry #D04885

Tints of Mulberry #D04885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.43%

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

R = 50.36%
G = 17.43%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D04885 (or 0xD04885) is known color: Mulberry. HEX triplet: D0, 48 and 85. RGB value is (208,72,133). Sum of RGB (Red+Green+Blue) = 208+72+133=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D04885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04885 is #2FB77A. Grayscale: #777777. Windows color (decimal): -3127163 or 8734928. OLE color: 8734928.

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

Color convert

RGB 208 72 133 -
CMYK 0 0.65 0.36 0.18
HSL 333.09º 0.59% 0.55% -
HSV(B) 333.09º 0.65% 0.82% -
XYZ 32.56 19.74 24.28 -
YUV 119.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 208 72 133 0 0.65 0.36 0.18 333.09 0.59 0.55
Hex D0 48 85 0 41 24 12 14D 3B 37
Octal 320 110 205 0 101 44 22 515 73 67
Binary 11010000 1001000 10000101 0 1000001 100100 10010 101001101 111011 110111

Color Harmonies of #D04885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04885

Black with #D04885

Text Example


Text Example

White with #D04885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04885; }

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

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

background-color css

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

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

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

border-color css

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

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

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