Html Css Color HEX #D05490 Mulberry

📋 copy color: '#D05490'

red 208 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #D05490

Tints of Mulberry #D05490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.27%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 47.71%
G = 19.27%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D05490 (or 0xD05490) is known color: Mulberry. HEX triplet: D0, 54 and 90. RGB value is (208,84,144). Sum of RGB (Red+Green+Blue) = 208+84+144=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D05490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05490 is #2FAB6F. Grayscale: #7F7F7F. Windows color (decimal): -3124080 or 9458896. OLE color: 9458896.

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

Color convert

RGB 208 84 144 -
CMYK 0 0.60 0.31 0.18
HSL 330.97º 0.57% 0.57% -
HSV(B) 330.97º 0.6% 0.82% -
XYZ 34.22 21.76 28.78 -
YUV 127.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 208 84 144 0 0.60 0.31 0.18 330.97 0.57 0.57
Hex D0 54 90 0 3C 1F 12 14B 39 39
Octal 320 124 220 0 74 37 22 513 71 71
Binary 11010000 1010100 10010000 0 111100 11111 10010 101001011 111001 111001

Color Harmonies of #D05490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05490

Black with #D05490

Text Example


Text Example

White with #D05490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05490; }

 p { color: rgb(208,84,144); }

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

background-color css

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

 a { background-color: rgb(208,84,144); }

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

border-color css

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

 span { border-color: rgb(208,84,144); }

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