Html Css Color HEX #DC5DA0 Hopbush

📋 copy color: '#DC5DA0'

red 220 ◦ green 93 ◦ blue 160

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

Shades of Hopbush #DC5DA0

Tints of Hopbush #DC5DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.66%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 46.51%
G = 19.66%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC5DA0 (or 0xDC5DA0) is known color: Hopbush. HEX triplet: DC, 5D and A0. RGB value is (220,93,160). Sum of RGB (Red+Green+Blue) = 220+93+160=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DA0 is #23A25F. Grayscale: #8A8A8A. Windows color (decimal): -2335328 or 10509788. OLE color: 10509788.

HSL color Cylindrical-coordinate representation of color #DC5DA0: hue angle of 328.35º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DA0 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 93 160 -
CMYK 0 0.58 0.27 0.14
HSL 328.35º 0.64% 0.61% -
HSV(B) 328.35º 0.58% 0.86% -
XYZ 39.77 25.58 36.1 -
YUV 138.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 220 93 160 0 0.58 0.27 0.14 328.35 0.64 0.61
Hex DC 5D A0 0 3A 1B E 148 40 3D
Octal 334 135 240 0 72 33 16 510 100 75
Binary 11011100 1011101 10100000 0 111010 11011 1110 101001000 1000000 111101

Color Harmonies of #DC5DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DA0

Black with #DC5DA0

Text Example


Text Example

White with #DC5DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DA0; }

 p { color: rgb(220,93,160); }

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

background-color css

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

 a { background-color: rgb(220,93,160); }

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

border-color css

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

 span { border-color: rgb(220,93,160); }

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