#D462AE

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

Shades of Hopbush #D462AE

Tints of Hopbush #D462AE

Color information

#D462AE (or 0xD462AE) is unknown color: approx Hopbush. HEX triplet: D4, 62 and AE. RGB value is (212,98,174). Sum of RGB (Red+Green+Blue) = 212+98+174=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D462AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D462AE is #2B9D51. Grayscale: #8C8C8C. Windows color (decimal): -2858322 or 11428564. OLE color: 11428564.

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

Color convert

RGB21298174-
CMYK00.540.180.17
HSL320º57%60.78%-
HSV(B)320º53.77%83.14%-
XYZ39.1625.7942.96-
YUV140.75146.77178.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 98 (38.67% from 255) = 20.25%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=43.80%
G=20.25%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129817400.540.180.173205760.78
HexD462AE0361211140393d
Octal32414225606622215007175
Binary1101010011000101010111001101101001010001101000000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D462AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D462AE; }

 p { color: rgb(212,98,174); }

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

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

 a { background-color: rgb(212,98,174); }

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

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

 span { border-color: rgb(212,98,174); }

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