#D95CA9

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

Shades of Hopbush #D95CA9

Tints of Hopbush #D95CA9

Color information

#D95CA9 (or 0xD95CA9) is unknown color: approx Hopbush. HEX triplet: D9, 5C and A9. RGB value is (217,92,169). Sum of RGB (Red+Green+Blue) = 217+92+169=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95CA9 is #26A356. Grayscale: #898989. Windows color (decimal): -2532183 or 11099353. OLE color: 11099353.

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

Color convert

RGB21792169-
CMYK00.580.220.15
HSL323.04º62.19%60.59%-
HSV(B)323.04º57.6%85.1%-
XYZ39.625.2740.33-
YUV138.15145.41184.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=45.40%
G=19.25%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179216900.580.220.15323.0462.1960.59
HexD95CA903A16F1433e3d
Octal33113425107226175037675
Binary110110011011100101010010111010101101111101000011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95CA9; }

 p { color: rgb(217,92,169); }

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

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

 a { background-color: rgb(217,92,169); }

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

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

 span { border-color: rgb(217,92,169); }

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