#D364A8

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

Shades of Hopbush #D364A8

Tints of Hopbush #D364A8

Color information

#D364A8 (or 0xD364A8) is unknown color: approx Hopbush. HEX triplet: D3, 64 and A8. RGB value is (211,100,168). Sum of RGB (Red+Green+Blue) = 211+100+168=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D364A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D364A8 is #2C9B57. Grayscale: #8C8C8C. Windows color (decimal): -2923352 or 11035859. OLE color: 11035859.

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

Color convert

RGB211100168-
CMYK00.530.200.17
HSL323.24º55.78%60.98%-
HSV(B)323.24º52.61%82.75%-
XYZ38.4925.7940-
YUV140.94143.27177.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.05%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=44.05%
G=20.88%
B=35.07%

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
Decimal21110016800.530.200.17323.2455.7860.98
HexD364A80351411143383d
Octal32314425006524215037075
Binary1101001111001001010100001101011010010001101000011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D364A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D364A8; }

 p { color: rgb(211,100,168); }

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

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

 a { background-color: rgb(211,100,168); }

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

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

 span { border-color: rgb(211,100,168); }

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