Html Css Color HEX #D04485 Mulberry

📋 copy color: '#D04485'

red 208 ◦ green 68 ◦ blue 133

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

Shades of Mulberry #D04485

Tints of Mulberry #D04485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.63%

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

R = 50.86%
G = 16.63%
B = 32.52%

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

#D04485 (or 0xD04485) is known color: Mulberry. HEX triplet: D0, 44 and 85. RGB value is (208,68,133). Sum of RGB (Red+Green+Blue) = 208+68+133=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D04485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04485 is #2FBB7A. Grayscale: #757575. Windows color (decimal): -3128187 or 8733904. OLE color: 8733904.

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

Color convert

RGB 208 68 133 -
CMYK 0 0.67 0.36 0.18
HSL 332.14º 0.6% 0.54% -
HSV(B) 332.14º 0.67% 0.82% -
XYZ 32.31 19.24 24.2 -
YUV 117.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 208 68 133 0 0.67 0.36 0.18 332.14 0.6 0.54
Hex D0 44 85 0 43 24 12 14C 3C 36
Octal 320 104 205 0 103 44 22 514 74 66
Binary 11010000 1000100 10000101 0 1000011 100100 10010 101001100 111100 110110

Color Harmonies of #D04485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04485

Black with #D04485

Text Example


Text Example

White with #D04485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04485; }

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

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

background-color css

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

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

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

border-color css

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

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

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