#D463A4

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

Shades of Hopbush #D463A4

Tints of Hopbush #D463A4

Color information

#D463A4 (or 0xD463A4) is unknown color: approx Hopbush. HEX triplet: D4, 63 and A4. RGB value is (212,99,164). Sum of RGB (Red+Green+Blue) = 212+99+164=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D463A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D463A4 is #2B9C5B. Grayscale: #8C8C8C. Windows color (decimal): -2858076 or 10773460. OLE color: 10773460.

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

Color convert

RGB21299164-
CMYK00.530.230.17
HSL325.49º56.78%60.98%-
HSV(B)325.49º53.3%83.14%-
XYZ38.3125.638.04-
YUV140.2141.44179.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=44.63%
G=20.84%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129916400.530.230.17325.4956.7860.98
HexD463A40351711145393d
Octal32414324406527215057175
Binary1101010011000111010010001101011011110001101000101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D463A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D463A4; }

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

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

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

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

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

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

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

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