#D95F8D

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

Shades of Pale Violet Red #D95F8D

Tints of Pale Violet Red #D95F8D

Color information

#D95F8D (or 0xD95F8D) is unknown color: approx Pale Violet Red. HEX triplet: D9, 5F and 8D. RGB value is (217,95,141). Sum of RGB (Red+Green+Blue) = 217+95+141=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95F8D is #26A072. Grayscale: #888888. Windows color (decimal): -2531443 or 9265113. OLE color: 9265113.

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

Color convert

RGB21795141-
CMYK00.560.350.15
HSL337.38º61.62%61.18%-
HSV(B)337.38º56.22%85.1%-
XYZ37.5224.8628.02-
YUV136.72130.42185.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=47.90%
G=20.97%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179514100.560.350.15337.3861.6261.18
HexD95F8D03823F1513e3d
Octal33113721507043175217675
Binary1101100110111111000110101110001000111111101010001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F8D; }

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

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

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

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

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

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

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

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