Html Css Color HEX #DC59A5 Hopbush

📋 copy color: '#DC59A5'

red 220 ◦ green 89 ◦ blue 165

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

Shades of Hopbush #DC59A5

Tints of Hopbush #DC59A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 46.41%
G = 18.78%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC59A5 (or 0xDC59A5) is known color: Hopbush. HEX triplet: DC, 59 and A5. RGB value is (220,89,165). Sum of RGB (Red+Green+Blue) = 220+89+165=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC59A5 is #23A65A. Grayscale: #888888. Windows color (decimal): -2336347 or 10836444. OLE color: 10836444.

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

Color convert

RGB 220 89 165 -
CMYK 0 0.60 0.25 0.14
HSL 325.19º 0.65% 0.61% -
HSV(B) 325.19º 0.6% 0.86% -
XYZ 39.88 25.08 38.34 -
YUV 136.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 220 89 165 0 0.60 0.25 0.14 325.19 0.65 0.61
Hex DC 59 A5 0 3C 19 E 145 41 3D
Octal 334 131 245 0 74 31 16 505 101 75
Binary 11011100 1011001 10100101 0 111100 11001 1110 101000101 1000001 111101

Color Harmonies of #DC59A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59A5

Black with #DC59A5

Text Example


Text Example

White with #DC59A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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