Html Css Color HEX #DC5DA4 Hopbush

📋 copy color: '#DC5DA4'

red 220 ◦ green 93 ◦ blue 164

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

Shades of Hopbush #DC5DA4

Tints of Hopbush #DC5DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.38%

R = 46.12%
G = 19.5%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC5DA4 (or 0xDC5DA4) is known color: Hopbush. HEX triplet: DC, 5D and A4. RGB value is (220,93,164). Sum of RGB (Red+Green+Blue) = 220+93+164=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DA4 is #23A25B. Grayscale: #8A8A8A. Windows color (decimal): -2335324 or 10771932. OLE color: 10771932.

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

Color convert

RGB 220 93 164 -
CMYK 0 0.58 0.25 0.14
HSL 326.46º 0.64% 0.61% -
HSV(B) 326.46º 0.58% 0.86% -
XYZ 40.13 25.72 37.97 -
YUV 139.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 220 93 164 0 0.58 0.25 0.14 326.46 0.64 0.61
Hex DC 5D A4 0 3A 19 E 146 40 3D
Octal 334 135 244 0 72 31 16 506 100 75
Binary 11011100 1011101 10100100 0 111010 11001 1110 101000110 1000000 111101

Color Harmonies of #DC5DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DA4

Black with #DC5DA4

Text Example


Text Example

White with #DC5DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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