#DC65AA

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

Shades of Hopbush #DC65AA

Tints of Hopbush #DC65AA

Color information

#DC65AA (or 0xDC65AA) is unknown color: approx Hopbush. HEX triplet: DC, 65 and AA. RGB value is (220,101,170). Sum of RGB (Red+Green+Blue) = 220+101+170=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC65AA is #239A55. Grayscale: #909090. Windows color (decimal): -2333270 or 11167196. OLE color: 11167196.

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

Color convert

RGB220101170-
CMYK00.540.230.14
HSL325.21º62.96%62.94%-
HSV(B)325.21º54.09%86.27%-
XYZ41.4227.4341.14-
YUV144.45142.42181.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=44.81%
G=20.57%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010117000.540.230.14325.2162.9662.94
HexDC65AA03617E1453f3f
Octal33414525206627165057777
Binary110111001100101101010100110110101111110101000101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC65AA; }

 p { color: rgb(220,101,170); }

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

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

 a { background-color: rgb(220,101,170); }

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

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

 span { border-color: rgb(220,101,170); }

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