#D95AAD

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

Shades of Hopbush #D95AAD

Tints of Hopbush #D95AAD

Color information

#D95AAD (or 0xD95AAD) is unknown color: approx Hopbush. HEX triplet: D9, 5A and AD. RGB value is (217,90,173). Sum of RGB (Red+Green+Blue) = 217+90+173=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95AAD is #26A552. Grayscale: #898989. Windows color (decimal): -2532691 or 11360985. OLE color: 11360985.

HSL color Cylindrical-coordinate representation of color #D95AAD: hue angle of 320.79º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95AAD is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB21790173-
CMYK00.590.200.15
HSL320.79º62.56%60.2%-
HSV(B)320.79º58.53%85.1%-
XYZ39.8125.0842.28-
YUV137.44148.08184.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.21%
GREEN value IS 90 (35.55% from 255) = 18.75%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=45.21%
G=18.75%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179017300.590.200.15320.7962.5660.2
HexD95AAD03B14F1413f3c
Octal33113225507324175017774
Binary110110011011010101011010111011101001111101000001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95AAD; }

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

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

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

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

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

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

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

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