Html Css Color HEX #DC5497 Mulberry

📋 copy color: '#DC5497'

red 220 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #DC5497

Tints of Mulberry #DC5497

RGB

 RED value IS 220 (86.33% from 255) = 48.35%

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

 BLUE value IS 151 (59.38% from 255) = 33.19%

R = 48.35%
G = 18.46%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC5497 (or 0xDC5497) is known color: Mulberry. HEX triplet: DC, 54 and 97. RGB value is (220,84,151). Sum of RGB (Red+Green+Blue) = 220+84+151=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5497 is #23AB68. Grayscale: #848484. Windows color (decimal): -2337641 or 9917660. OLE color: 9917660.

HSL color Cylindrical-coordinate representation of color #DC5497: hue angle of 330.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5497 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 84 151 -
CMYK 0 0.62 0.31 0.14
HSL 330.44º 0.66% 0.6% -
HSV(B) 330.44º 0.62% 0.86% -
XYZ 38.27 23.79 31.85 -
YUV 132.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 220 84 151 0 0.62 0.31 0.14 330.44 0.66 0.6
Hex DC 54 97 0 3E 1F E 14A 42 3C
Octal 334 124 227 0 76 37 16 512 102 74
Binary 11011100 1010100 10010111 0 111110 11111 1110 101001010 1000010 111100

Color Harmonies of #DC5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5497

Black with #DC5497

Text Example


Text Example

White with #DC5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5497; }

 p { color: rgb(220,84,151); }

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

background-color css

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

 a { background-color: rgb(220,84,151); }

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

border-color css

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

 span { border-color: rgb(220,84,151); }

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