#D462AF

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

Shades of Hopbush #D462AF

Tints of Hopbush #D462AF

Color information

#D462AF (or 0xD462AF) is unknown color: approx Hopbush. HEX triplet: D4, 62 and AF. RGB value is (212,98,175). Sum of RGB (Red+Green+Blue) = 212+98+175=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D462AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D462AF is #2B9D50. Grayscale: #8C8C8C. Windows color (decimal): -2858321 or 11494100. OLE color: 11494100.

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

Color convert

RGB21298175-
CMYK00.540.170.17
HSL319.47º57%60.78%-
HSV(B)319.47º53.77%83.14%-
XYZ39.2625.8343.47-
YUV140.86147.27178.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=43.71%
G=20.21%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129817500.540.170.17319.475760.78
HexD462AF036111113f393d
Octal32414225706621214777175
Binary1101010011000101010111101101101000110001100111111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D462AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D462AF; }

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

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

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

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

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

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

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

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