Html Css Color HEX #DC5899 Hopbush

📋 copy color: '#DC5899'

red 220 ◦ green 88 ◦ blue 153

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

Shades of Hopbush #DC5899

Tints of Hopbush #DC5899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.09%

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 47.72%
G = 19.09%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC5899 (or 0xDC5899) is known color: Hopbush. HEX triplet: DC, 58 and 99. RGB value is (220,88,153). Sum of RGB (Red+Green+Blue) = 220+88+153=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5899 is #23A766. Grayscale: #868686. Windows color (decimal): -2336615 or 10049756. OLE color: 10049756.

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

Color convert

RGB 220 88 153 -
CMYK 0 0.6 0.30 0.14
HSL 330.45º 0.65% 0.6% -
HSV(B) 330.45º 0.6% 0.86% -
XYZ 38.75 24.5 32.82 -
YUV 134.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 220 88 153 0 0.6 0.30 0.14 330.45 0.65 0.6
Hex DC 58 99 0 3C 1E E 14A 41 3C
Octal 334 130 231 0 74 36 16 512 101 74
Binary 11011100 1011000 10011001 0 111100 11110 1110 101001010 1000001 111100

Color Harmonies of #DC5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5899

Black with #DC5899

Text Example


Text Example

White with #DC5899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5899; }

 p { color: rgb(220,88,153); }

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

background-color css

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

 a { background-color: rgb(220,88,153); }

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

border-color css

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

 span { border-color: rgb(220,88,153); }

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