#D95FA8

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

Shades of Hopbush #D95FA8

Tints of Hopbush #D95FA8

Color information

#D95FA8 (or 0xD95FA8) is unknown color: approx Hopbush. HEX triplet: D9, 5F and A8. RGB value is (217,95,168). Sum of RGB (Red+Green+Blue) = 217+95+168=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95FA8 is #26A057. Grayscale: #8B8B8B. Windows color (decimal): -2531416 or 11034585. OLE color: 11034585.

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

Color convert

RGB21795168-
CMYK00.560.230.15
HSL324.1º61.62%61.18%-
HSV(B)324.1º56.22%85.1%-
XYZ39.7825.7639.92-
YUV139.8143.92183.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.21%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 168 (66.02% from 255) = 35%
R=45.21%
G=19.79%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179516800.560.230.15324.161.6261.18
HexD95FA803817F1443e3d
Octal33113725007027175047675
Binary110110011011111101010000111000101111111101000100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FA8; }

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

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

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

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

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

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

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

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