#D95C9A

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

Shades of Hopbush #D95C9A

Tints of Hopbush #D95C9A

Color information

#D95C9A (or 0xD95C9A) is unknown color: approx Hopbush. HEX triplet: D9, 5C and 9A. RGB value is (217,92,154). Sum of RGB (Red+Green+Blue) = 217+92+154=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95C9A is #26A365. Grayscale: #888888. Windows color (decimal): -2532198 or 10116313. OLE color: 10116313.

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

Color convert

RGB21792154-
CMYK00.580.290.15
HSL330.24º62.19%60.59%-
HSV(B)330.24º57.6%85.1%-
XYZ38.2824.7433.33-
YUV136.44137.91185.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=46.87%
G=19.87%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179215400.580.290.15330.2462.1960.59
HexD95C9A03A1DF14a3e3d
Octal33113423207235175127675
Binary110110011011100100110100111010111011111101001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C9A; }

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

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

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

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

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

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

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

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