#D460AA

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

Shades of Hopbush #D460AA

Tints of Hopbush #D460AA

Color information

#D460AA (or 0xD460AA) is unknown color: approx Hopbush. HEX triplet: D4, 60 and AA. RGB value is (212,96,170). Sum of RGB (Red+Green+Blue) = 212+96+170=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D460AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D460AA is #2B9F55. Grayscale: #8A8A8A. Windows color (decimal): -2858838 or 11165908. OLE color: 11165908.

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

Color convert

RGB21296170-
CMYK00.550.200.17
HSL321.72º57.43%60.39%-
HSV(B)321.72º54.72%83.14%-
XYZ38.5925.2740.87-
YUV139.12145.43179.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.35%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=44.35%
G=20.08%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129617000.550.200.17321.7257.4360.39
HexD460AA0371411142393c
Octal32414025206724215027174
Binary1101010011000001010101001101111010010001101000010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460AA; }

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

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

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

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

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

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

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

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