#D66AAD

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

Shades of Hopbush #D66AAD

Tints of Hopbush #D66AAD

Color information

#D66AAD (or 0xD66AAD) is unknown color: approx Hopbush. HEX triplet: D6, 6A and AD. RGB value is (214,106,173). Sum of RGB (Red+Green+Blue) = 214+106+173=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66AAD is #299552. Grayscale: #919191. Windows color (decimal): -2725203 or 11365078. OLE color: 11365078.

HSL color Cylindrical-coordinate representation of color #D66AAD: hue angle of 322.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66AAD is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214106173-
CMYK00.500.190.16
HSL322.78º56.84%62.75%-
HSV(B)322.78º50.47%83.92%-
XYZ40.4327.6242.74-
YUV145.93143.28176.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=43.41%
G=21.50%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410617300.500.190.16322.7856.8462.75
HexD66AAD0321310143393f
Octal32615225506223205037177
Binary1101011011010101010110101100101001110000101000011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66AAD; }

 p { color: rgb(214,106,173); }

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

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

 a { background-color: rgb(214,106,173); }

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

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

 span { border-color: rgb(214,106,173); }

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