Html Css Color HEX #DC599C Hopbush

📋 copy color: '#DC599C'

red 220 ◦ green 89 ◦ blue 156

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

Shades of Hopbush #DC599C

Tints of Hopbush #DC599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.55%

R = 47.31%
G = 19.14%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC599C (or 0xDC599C) is known color: Hopbush. HEX triplet: DC, 59 and 9C. RGB value is (220,89,156). Sum of RGB (Red+Green+Blue) = 220+89+156=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC599C is #23A663. Grayscale: #878787. Windows color (decimal): -2336356 or 10246620. OLE color: 10246620.

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

Color convert

RGB 220 89 156 -
CMYK 0 0.60 0.29 0.14
HSL 329.31º 0.65% 0.61% -
HSV(B) 329.31º 0.6% 0.86% -
XYZ 39.09 24.76 34.17 -
YUV 135.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 220 89 156 0 0.60 0.29 0.14 329.31 0.65 0.61
Hex DC 59 9C 0 3C 1D E 149 41 3D
Octal 334 131 234 0 74 35 16 511 101 75
Binary 11011100 1011001 10011100 0 111100 11101 1110 101001001 1000001 111101

Color Harmonies of #DC599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC599C

Black with #DC599C

Text Example


Text Example

White with #DC599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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