#D460AD

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

Shades of Hopbush #D460AD

Tints of Hopbush #D460AD

Color information

#D460AD (or 0xD460AD) is unknown color: approx Hopbush. HEX triplet: D4, 60 and AD. RGB value is (212,96,173). Sum of RGB (Red+Green+Blue) = 212+96+173=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D460AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D460AD is #2B9F52. Grayscale: #8B8B8B. Windows color (decimal): -2858835 or 11362516. OLE color: 11362516.

HSL color Cylindrical-coordinate representation of color #D460AD: hue angle of 320.17º 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 #D460AD is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21296173-
CMYK00.550.180.17
HSL320.17º57.43%60.39%-
HSV(B)320.17º54.72%83.14%-
XYZ38.8825.3842.38-
YUV139.46146.93179.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 96 (37.89% from 255) = 19.96%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=44.07%
G=19.96%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129617300.550.180.17320.1757.4360.39
HexD460AD0371211140393c
Octal32414025506722215007174
Binary1101010011000001010110101101111001010001101000000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460AD; }

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

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

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

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

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

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

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

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