#DC61AD

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

Shades of Hopbush #DC61AD

Tints of Hopbush #DC61AD

Color information

#DC61AD (or 0xDC61AD) is unknown color: approx Hopbush. HEX triplet: DC, 61 and AD. RGB value is (220,97,173). Sum of RGB (Red+Green+Blue) = 220+97+173=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC61AD is #239E52. Grayscale: #8E8E8E. Windows color (decimal): -2334291 or 11362780. OLE color: 11362780.

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

Color convert

RGB22097173-
CMYK00.560.210.14
HSL322.93º63.73%62.16%-
HSV(B)322.93º55.91%86.27%-
XYZ41.3326.7842.53-
YUV142.44145.25183.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 97 (38.28% from 255) = 19.80%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=44.90%
G=19.80%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209717300.560.210.14322.9363.7362.16
HexDC61AD03815E143403e
Octal334141255070251650310076
Binary1101110011000011010110101110001010111101010000111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC61AD; }

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

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

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

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

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

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

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

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