#D95F9D

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

Shades of Hopbush #D95F9D

Tints of Hopbush #D95F9D

Color information

#D95F9D (or 0xD95F9D) is unknown color: approx Hopbush. HEX triplet: D9, 5F and 9D. RGB value is (217,95,157). Sum of RGB (Red+Green+Blue) = 217+95+157=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95F9D is #26A062. Grayscale: #8A8A8A. Windows color (decimal): -2531427 or 10313689. OLE color: 10313689.

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

Color convert

RGB21795157-
CMYK00.560.280.15
HSL329.51º61.62%61.18%-
HSV(B)329.51º56.22%85.1%-
XYZ38.7925.3734.75-
YUV138.55138.42183.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 95 (37.5% from 255) = 20.26%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=46.27%
G=20.26%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179515700.560.280.15329.5161.6261.18
HexD95F9D0381CF14a3e3d
Octal33113723507034175127675
Binary110110011011111100111010111000111001111101001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F9D; }

 p { color: rgb(217,95,157); }

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

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

 a { background-color: rgb(217,95,157); }

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

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

 span { border-color: rgb(217,95,157); }

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