#D95FA2

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

Shades of Hopbush #D95FA2

Tints of Hopbush #D95FA2

Color information

#D95FA2 (or 0xD95FA2) is unknown color: approx Hopbush. HEX triplet: D9, 5F and A2. RGB value is (217,95,162). Sum of RGB (Red+Green+Blue) = 217+95+162=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95FA2 is #26A05D. Grayscale: #8A8A8A. Windows color (decimal): -2531422 or 10641369. OLE color: 10641369.

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

Color convert

RGB21795162-
CMYK00.560.250.15
HSL327.05º61.62%61.18%-
HSV(B)327.05º56.22%85.1%-
XYZ39.2325.5437.05-
YUV139.12140.92183.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 95 (37.5% from 255) = 20.04%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=45.78%
G=20.04%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179516200.560.250.15327.0561.6261.18
HexD95FA203819F1473e3d
Octal33113724207031175077675
Binary110110011011111101000100111000110011111101000111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FA2; }

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

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

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

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

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

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

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

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