#D963AA

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

Shades of Hopbush #D963AA

Tints of Hopbush #D963AA

Color information

#D963AA (or 0xD963AA) is unknown color: approx Hopbush. HEX triplet: D9, 63 and AA. RGB value is (217,99,170). Sum of RGB (Red+Green+Blue) = 217+99+170=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D963AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D963AA is #269C55. Grayscale: #8E8E8E. Windows color (decimal): -2530390 or 11166681. OLE color: 11166681.

HSL color Cylindrical-coordinate representation of color #D963AA: hue angle of 323.9º 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 #D963AA is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB21799170-
CMYK00.540.220.15
HSL323.9º60.82%61.96%-
HSV(B)323.9º54.38%85.1%-
XYZ40.3326.5841.03-
YUV142.38143.59181.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 99 (39.06% from 255) = 20.37%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=44.65%
G=20.37%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179917000.540.220.15323.960.8261.96
HexD963AA03616F1443d3e
Octal33114325206626175047576
Binary110110011100011101010100110110101101111101000100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D963AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D963AA; }

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

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

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

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

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

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

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

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