#D463AA

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

Shades of Hopbush #D463AA

Tints of Hopbush #D463AA

Color information

#D463AA (or 0xD463AA) is unknown color: approx Hopbush. HEX triplet: D4, 63 and AA. RGB value is (212,99,170). Sum of RGB (Red+Green+Blue) = 212+99+170=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D463AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D463AA is #2B9C55. Grayscale: #8C8C8C. Windows color (decimal): -2858070 or 11166676. OLE color: 11166676.

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

Color convert

RGB21299170-
CMYK00.530.200.17
HSL322.3º56.78%60.98%-
HSV(B)322.3º53.3%83.14%-
XYZ38.8725.8240.97-
YUV140.88144.44178.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=44.07%
G=20.58%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129917000.530.200.17322.356.7860.98
HexD463AA0351411142393d
Octal32414325206524215027175
Binary1101010011000111010101001101011010010001101000010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D463AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D463AA; }

 p { color: rgb(212,99,170); }

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

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

 a { background-color: rgb(212,99,170); }

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

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

 span { border-color: rgb(212,99,170); }

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