#D66AA1

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

Shades of Hopbush #D66AA1

Tints of Hopbush #D66AA1

Color information

#D66AA1 (or 0xD66AA1) is unknown color: approx Hopbush. HEX triplet: D6, 6A and A1. RGB value is (214,106,161). Sum of RGB (Red+Green+Blue) = 214+106+161=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66AA1 is #29955E. Grayscale: #909090. Windows color (decimal): -2725215 or 10578646. OLE color: 10578646.

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

Color convert

RGB214106161-
CMYK00.500.250.16
HSL329.44º56.84%62.75%-
HSV(B)329.44º50.47%83.92%-
XYZ39.3227.1836.89-
YUV144.56137.28177.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 106 (41.80% from 255) = 22.04%
BLUE value IS 161 (63.28% from 255) = 33.47%
R=44.49%
G=22.04%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410616100.500.250.16329.4456.8462.75
HexD66AA10321910149393f
Octal32615224106231205117177
Binary1101011011010101010000101100101100110000101001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66AA1; }

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

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

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

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

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

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

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

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