#D460A3

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

Shades of Hopbush #D460A3

Tints of Hopbush #D460A3

Color information

#D460A3 (or 0xD460A3) is unknown color: approx Hopbush. HEX triplet: D4, 60 and A3. RGB value is (212,96,163). Sum of RGB (Red+Green+Blue) = 212+96+163=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D460A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D460A3 is #2B9F5C. Grayscale: #8A8A8A. Windows color (decimal): -2858845 or 10707156. OLE color: 10707156.

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

Color convert

RGB21296163-
CMYK00.550.230.17
HSL325.34º57.43%60.39%-
HSV(B)325.34º54.72%83.14%-
XYZ37.9525.0137.48-
YUV138.32141.93180.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=45.01%
G=20.38%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129616300.550.230.17325.3457.4360.39
HexD460A30371711145393c
Octal32414024306727215057174
Binary1101010011000001010001101101111011110001101000101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460A3; }

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

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

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

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

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

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

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

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