#D66AA3

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

Shades of Hopbush #D66AA3

Tints of Hopbush #D66AA3

Color information

#D66AA3 (or 0xD66AA3) is unknown color: approx Hopbush. HEX triplet: D6, 6A and A3. RGB value is (214,106,163). Sum of RGB (Red+Green+Blue) = 214+106+163=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66AA3 is #29955C. Grayscale: #909090. Windows color (decimal): -2725213 or 10709718. OLE color: 10709718.

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

Color convert

RGB214106163-
CMYK00.500.240.16
HSL328.33º56.84%62.75%-
HSV(B)328.33º50.47%83.92%-
XYZ39.527.2537.83-
YUV144.79138.28177.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 163 (64.06% from 255) = 33.75%
R=44.31%
G=21.95%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410616300.500.240.16328.3356.8462.75
HexD66AA30321810148393f
Octal32615224306230205107177
Binary1101011011010101010001101100101100010000101001000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66AA3; }

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

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

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

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

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

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

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

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