#DC66A7

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

Shades of Hopbush #DC66A7

Tints of Hopbush #DC66A7

Color information

#DC66A7 (or 0xDC66A7) is unknown color: approx Hopbush. HEX triplet: DC, 66 and A7. RGB value is (220,102,167). Sum of RGB (Red+Green+Blue) = 220+102+167=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC66A7 is #239958. Grayscale: #909090. Windows color (decimal): -2333017 or 10970844. OLE color: 10970844.

HSL color Cylindrical-coordinate representation of color #DC66A7: hue angle of 326.95º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66A7 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220102167-
CMYK00.540.240.14
HSL326.95º62.77%63.14%-
HSV(B)326.95º53.64%86.27%-
XYZ41.2427.5139.7-
YUV144.69140.59181.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 102 (40.23% from 255) = 20.86%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=44.99%
G=20.86%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010216700.540.240.14326.9562.7763.14
HexDC66A703618E1473f3f
Octal33414624706630165077777
Binary110111001100110101001110110110110001110101000111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66A7; }

 p { color: rgb(220,102,167); }

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

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

 a { background-color: rgb(220,102,167); }

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

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

 span { border-color: rgb(220,102,167); }

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