#D963AD

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

Shades of Hopbush #D963AD

Tints of Hopbush #D963AD

Color information

#D963AD (or 0xD963AD) is unknown color: approx Hopbush. HEX triplet: D9, 63 and AD. RGB value is (217,99,173). Sum of RGB (Red+Green+Blue) = 217+99+173=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D963AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D963AD is #269C52. Grayscale: #8E8E8E. Windows color (decimal): -2530387 or 11363289. OLE color: 11363289.

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

Color convert

RGB21799173-
CMYK00.540.200.15
HSL322.37º60.82%61.96%-
HSV(B)322.37º54.38%85.1%-
XYZ40.6226.6942.55-
YUV142.72145.09180.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=44.38%
G=20.25%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179917300.540.200.15322.3760.8261.96
HexD963AD03614F1423d3e
Octal33114325506624175027576
Binary110110011100011101011010110110101001111101000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D963AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D963AD; }

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

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

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

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

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

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

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

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