#D464AE

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

Shades of Hopbush #D464AE

Tints of Hopbush #D464AE

Color information

#D464AE (or 0xD464AE) is unknown color: approx Hopbush. HEX triplet: D4, 64 and AE. RGB value is (212,100,174). Sum of RGB (Red+Green+Blue) = 212+100+174=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D464AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D464AE is #2B9B51. Grayscale: #8D8D8D. Windows color (decimal): -2857810 or 11429076. OLE color: 11429076.

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

Color convert

RGB212100174-
CMYK00.530.180.17
HSL320.36º56.57%61.18%-
HSV(B)320.36º52.83%83.14%-
XYZ39.3526.1743.02-
YUV141.92146.11177.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=43.62%
G=20.58%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210017400.530.180.17320.3656.5761.18
HexD464AE0351211140393d
Octal32414425606522215007175
Binary1101010011001001010111001101011001010001101000000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D464AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D464AE; }

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

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

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

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

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

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

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

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