Html Css Color HEX #DC5997 Hopbush

📋 copy color: '#DC5997'

red 220 ◦ green 89 ◦ blue 151

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

Shades of Hopbush #DC5997

Tints of Hopbush #DC5997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.35%

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

R = 47.83%
G = 19.35%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC5997 (or 0xDC5997) is known color: Hopbush. HEX triplet: DC, 59 and 97. RGB value is (220,89,151). Sum of RGB (Red+Green+Blue) = 220+89+151=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5997 is #23A668. Grayscale: #878787. Windows color (decimal): -2336361 or 9918940. OLE color: 9918940.

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

Color convert

RGB 220 89 151 -
CMYK 0 0.60 0.31 0.14
HSL 331.6º 0.65% 0.61% -
HSV(B) 331.6º 0.6% 0.86% -
XYZ 38.67 24.59 31.99 -
YUV 135.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 220 89 151 0 0.60 0.31 0.14 331.6 0.65 0.61
Hex DC 59 97 0 3C 1F E 14C 41 3D
Octal 334 131 227 0 74 37 16 514 101 75
Binary 11011100 1011001 10010111 0 111100 11111 1110 101001100 1000001 111101

Color Harmonies of #DC5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5997

Black with #DC5997

Text Example


Text Example

White with #DC5997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5997; }

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

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

background-color css

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

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

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

border-color css

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

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

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