#D466AA

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

Shades of Hopbush #D466AA

Tints of Hopbush #D466AA

Color information

#D466AA (or 0xD466AA) is unknown color: approx Hopbush. HEX triplet: D4, 66 and AA. RGB value is (212,102,170). Sum of RGB (Red+Green+Blue) = 212+102+170=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D466AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D466AA is #2B9955. Grayscale: #8E8E8E. Windows color (decimal): -2857302 or 11167444. OLE color: 11167444.

HSL color Cylindrical-coordinate representation of color #D466AA: hue angle of 322.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466AA is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212102170-
CMYK00.520.200.17
HSL322.91º56.12%61.57%-
HSV(B)322.91º51.89%83.14%-
XYZ39.1626.441.06-
YUV142.64143.44177.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=43.80%
G=21.07%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210217000.520.200.17322.9156.1261.57
HexD466AA0341411143383e
Octal32414625206424215037076
Binary1101010011001101010101001101001010010001101000011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466AA; }

 p { color: rgb(212,102,170); }

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

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

 a { background-color: rgb(212,102,170); }

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

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

 span { border-color: rgb(212,102,170); }

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