#D95F90

Color #D95F90 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D95F90

Tints of Pale Violet Red #D95F90

Color information

#D95F90 (or 0xD95F90) is unknown color: approx Pale Violet Red. HEX triplet: D9, 5F and 90. RGB value is (217,95,144). Sum of RGB (Red+Green+Blue) = 217+95+144=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95F90 is #26A06F. Grayscale: #888888. Windows color (decimal): -2531440 or 9461721. OLE color: 9461721.

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

Color convert

RGB21795144-
CMYK00.560.340.15
HSL335.9º61.62%61.18%-
HSV(B)335.9º56.22%85.1%-
XYZ37.7424.9529.21-
YUV137.06131.92185.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.59%
GREEN value IS 95 (37.5% from 255) = 20.83%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=47.59%
G=20.83%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179514400.560.340.15335.961.6261.18
HexD95F9003822F1503e3d
Octal33113722007042175207675
Binary1101100110111111001000001110001000101111101010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F90; }

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

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

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

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

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

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

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

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