#DC61A6

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

Shades of Hopbush #DC61A6

Tints of Hopbush #DC61A6

Color information

#DC61A6 (or 0xDC61A6) is unknown color: approx Hopbush. HEX triplet: DC, 61 and A6. RGB value is (220,97,166). Sum of RGB (Red+Green+Blue) = 220+97+166=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC61A6 is #239E59. Grayscale: #8D8D8D. Windows color (decimal): -2334298 or 10904028. OLE color: 10904028.

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

Color convert

RGB22097166-
CMYK00.560.250.14
HSL326.34º63.73%62.16%-
HSV(B)326.34º55.91%86.27%-
XYZ40.6726.5239.05-
YUV141.64141.75183.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=45.55%
G=20.08%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209716600.560.250.14326.3463.7362.16
HexDC61A603819E146403e
Octal334141246070311650610076
Binary1101110011000011010011001110001100111101010001101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC61A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC61A6; }

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

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

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

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

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

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

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

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