Html Css Color HEX #DC5995 Hopbush

📋 copy color: '#DC5995'

red 220 ◦ green 89 ◦ blue 149

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

Shades of Hopbush #DC5995

Tints of Hopbush #DC5995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.53%

R = 48.03%
G = 19.43%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC5995 (or 0xDC5995) is known color: Hopbush. HEX triplet: DC, 59 and 95. RGB value is (220,89,149). Sum of RGB (Red+Green+Blue) = 220+89+149=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5995 is #23A66A. Grayscale: #868686. Windows color (decimal): -2336363 or 9787868. OLE color: 9787868.

HSL color Cylindrical-coordinate representation of color #DC5995: hue angle of 332.52º 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 #DC5995 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 149 -
CMYK 0 0.60 0.32 0.14
HSL 332.52º 0.65% 0.61% -
HSV(B) 332.52º 0.6% 0.86% -
XYZ 38.51 24.53 31.14 -
YUV 135.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 220 89 149 0 0.60 0.32 0.14 332.52 0.65 0.61
Hex DC 59 95 0 3C 20 E 14D 41 3D
Octal 334 131 225 0 74 40 16 515 101 75
Binary 11011100 1011001 10010101 0 111100 100000 1110 101001101 1000001 111101

Color Harmonies of #DC5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5995

Black with #DC5995

Text Example


Text Example

White with #DC5995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5995; }

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

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

background-color css

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

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

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

border-color css

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

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

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