Html Css Color HEX #DC5DA2 Hopbush

📋 copy color: '#DC5DA2'

red 220 ◦ green 93 ◦ blue 162

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

Shades of Hopbush #DC5DA2

Tints of Hopbush #DC5DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.11%

R = 46.32%
G = 19.58%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC5DA2 (or 0xDC5DA2) is known color: Hopbush. HEX triplet: DC, 5D and A2. RGB value is (220,93,162). Sum of RGB (Red+Green+Blue) = 220+93+162=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DA2 is #23A25D. Grayscale: #8A8A8A. Windows color (decimal): -2335326 or 10640860. OLE color: 10640860.

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

Color convert

RGB 220 93 162 -
CMYK 0 0.58 0.26 0.14
HSL 327.4º 0.64% 0.61% -
HSV(B) 327.4º 0.58% 0.86% -
XYZ 39.95 25.65 37.03 -
YUV 138.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 220 93 162 0 0.58 0.26 0.14 327.4 0.64 0.61
Hex DC 5D A2 0 3A 1A E 147 40 3D
Octal 334 135 242 0 72 32 16 507 100 75
Binary 11011100 1011101 10100010 0 111010 11010 1110 101000111 1000000 111101

Color Harmonies of #DC5DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DA2

Black with #DC5DA2

Text Example


Text Example

White with #DC5DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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