Html Css Color HEX #DC599A Hopbush

📋 copy color: '#DC599A'

red 220 ◦ green 89 ◦ blue 154

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

Shades of Hopbush #DC599A

Tints of Hopbush #DC599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 47.52%
G = 19.22%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC599A (or 0xDC599A) is known color: Hopbush. HEX triplet: DC, 59 and 9A. RGB value is (220,89,154). Sum of RGB (Red+Green+Blue) = 220+89+154=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC599A is #23A665. Grayscale: #878787. Windows color (decimal): -2336358 or 10115548. OLE color: 10115548.

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

Color convert

RGB 220 89 154 -
CMYK 0 0.60 0.3 0.14
HSL 330.23º 0.65% 0.61% -
HSV(B) 330.23º 0.6% 0.86% -
XYZ 38.92 24.69 33.29 -
YUV 135.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 220 89 154 0 0.60 0.3 0.14 330.23 0.65 0.61
Hex DC 59 9A 0 3C 1E E 14A 41 3D
Octal 334 131 232 0 74 36 16 512 101 75
Binary 11011100 1011001 10011010 0 111100 11110 1110 101001010 1000001 111101

Color Harmonies of #DC599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC599A

Black with #DC599A

Text Example


Text Example

White with #DC599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC599A; }

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

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

background-color css

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

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

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

border-color css

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

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

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