#D464A3

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

Shades of Hopbush #D464A3

Tints of Hopbush #D464A3

Color information

#D464A3 (or 0xD464A3) is unknown color: approx Hopbush. HEX triplet: D4, 64 and A3. RGB value is (212,100,163). Sum of RGB (Red+Green+Blue) = 212+100+163=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D464A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D464A3 is #2B9B5C. Grayscale: #8C8C8C. Windows color (decimal): -2857821 or 10708180. OLE color: 10708180.

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

Color convert

RGB212100163-
CMYK00.530.230.17
HSL326.25º56.57%61.18%-
HSV(B)326.25º52.83%83.14%-
XYZ38.3225.7637.6-
YUV140.67140.61178.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=44.63%
G=21.05%
B=34.32%

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
Decimal21210016300.530.230.17326.2556.5761.18
HexD464A30351711146393d
Octal32414424306527215067175
Binary1101010011001001010001101101011011110001101000110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D464A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D464A3; }

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

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

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

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

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

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

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

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