#D95C9C

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

Shades of Hopbush #D95C9C

Tints of Hopbush #D95C9C

Color information

#D95C9C (or 0xD95C9C) is unknown color: approx Hopbush. HEX triplet: D9, 5C and 9C. RGB value is (217,92,156). Sum of RGB (Red+Green+Blue) = 217+92+156=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95C9C is #26A363. Grayscale: #888888. Windows color (decimal): -2532196 or 10247385. OLE color: 10247385.

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

Color convert

RGB21792156-
CMYK00.580.280.15
HSL329.28º62.19%60.59%-
HSV(B)329.28º57.6%85.1%-
XYZ38.4424.8134.21-
YUV136.67138.91185.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 92 (36.33% from 255) = 19.78%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=46.67%
G=19.78%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179215600.580.280.15329.2862.1960.59
HexD95C9C03A1CF1493e3d
Octal33113423407234175117675
Binary110110011011100100111000111010111001111101001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C9C; }

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

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

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

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

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

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

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

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