#D95FA0

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

Shades of Hopbush #D95FA0

Tints of Hopbush #D95FA0

Color information

#D95FA0 (or 0xD95FA0) is unknown color: approx Hopbush. HEX triplet: D9, 5F and A0. RGB value is (217,95,160). Sum of RGB (Red+Green+Blue) = 217+95+160=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95FA0 is #26A05F. Grayscale: #8A8A8A. Windows color (decimal): -2531424 or 10510297. OLE color: 10510297.

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

Color convert

RGB21795160-
CMYK00.560.260.15
HSL328.03º61.62%61.18%-
HSV(B)328.03º56.22%85.1%-
XYZ39.0525.4736.12-
YUV138.89139.92183.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=45.97%
G=20.13%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179516000.560.260.15328.0361.6261.18
HexD95FA00381AF1483e3d
Octal33113724007032175107675
Binary110110011011111101000000111000110101111101001000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FA0; }

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

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

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

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

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

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

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

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