Html Css Color HEX #DC599D Hopbush

📋 copy color: '#DC599D'

red 220 ◦ green 89 ◦ blue 157

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

Shades of Hopbush #DC599D

Tints of Hopbush #DC599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 47.21%
G = 19.1%
B = 33.69%

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

#DC599D (or 0xDC599D) is known color: Hopbush. HEX triplet: DC, 59 and 9D. RGB value is (220,89,157). Sum of RGB (Red+Green+Blue) = 220+89+157=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC599D is #23A662. Grayscale: #878787. Windows color (decimal): -2336355 or 10312156. OLE color: 10312156.

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

Color convert

RGB 220 89 157 -
CMYK 0 0.60 0.29 0.14
HSL 328.85º 0.65% 0.61% -
HSV(B) 328.85º 0.6% 0.86% -
XYZ 39.17 24.79 34.62 -
YUV 135.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 220 89 157 0 0.60 0.29 0.14 328.85 0.65 0.61
Hex DC 59 9D 0 3C 1D E 149 41 3D
Octal 334 131 235 0 74 35 16 511 101 75
Binary 11011100 1011001 10011101 0 111100 11101 1110 101001001 1000001 111101

Color Harmonies of #DC599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC599D

Black with #DC599D

Text Example


Text Example

White with #DC599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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