#D963A8

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

Shades of Hopbush #D963A8

Tints of Hopbush #D963A8

Color information

#D963A8 (or 0xD963A8) is unknown color: approx Hopbush. HEX triplet: D9, 63 and A8. RGB value is (217,99,168). Sum of RGB (Red+Green+Blue) = 217+99+168=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D963A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D963A8 is #269C57. Grayscale: #8D8D8D. Windows color (decimal): -2530392 or 11035609. OLE color: 11035609.

HSL color Cylindrical-coordinate representation of color #D963A8: hue angle of 324.92º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D963A8 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB21799168-
CMYK00.540.230.15
HSL324.92º60.82%61.96%-
HSV(B)324.92º54.38%85.1%-
XYZ40.1426.540.05-
YUV142.15142.59181.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 99 (39.06% from 255) = 20.45%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=44.83%
G=20.45%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179916800.540.230.15324.9260.8261.96
HexD963A803617F1453d3e
Octal33114325006627175057576
Binary110110011100011101010000110110101111111101000101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D963A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D963A8; }

 p { color: rgb(217,99,168); }

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

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

 a { background-color: rgb(217,99,168); }

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

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

 span { border-color: rgb(217,99,168); }

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