#DC5EAD

Color #DC5EAD Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #DC5EAD

Tints of Hopbush #DC5EAD

Color information

#DC5EAD (or 0xDC5EAD) is unknown color: approx Hopbush. HEX triplet: DC, 5E and AD. RGB value is (220,94,173). Sum of RGB (Red+Green+Blue) = 220+94+173=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5EAD is #23A152. Grayscale: #8C8C8C. Windows color (decimal): -2335059 or 11362012. OLE color: 11362012.

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

Color convert

RGB22094173-
CMYK00.570.210.14
HSL322.38º64.29%61.57%-
HSV(B)322.38º57.27%86.27%-
XYZ41.0626.2442.44-
YUV140.68146.24184.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=45.17%
G=19.30%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209417300.570.210.14322.3864.2961.57
HexDC5EAD03915E142403e
Octal334136255071251650210076
Binary1101110010111101010110101110011010111101010000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5EAD; }

 p { color: rgb(220,94,173); }

 H1.HeaderClassName
 {
   color: #DC5EAD;
 }
 .AnyTagClassName
 {
   color: #DC5EAD;
 }
</style>
background-color css

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

 a { background-color: rgb(220,94,173); }

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

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

 span { border-color: rgb(220,94,173); }

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