#D95E8A

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

Shades of Pale Violet Red #D95E8A

Tints of Pale Violet Red #D95E8A

Color information

#D95E8A (or 0xD95E8A) is unknown color: approx Pale Violet Red. HEX triplet: D9, 5E and 8A. RGB value is (217,94,138). Sum of RGB (Red+Green+Blue) = 217+94+138=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95E8A is #26A175. Grayscale: #878787. Windows color (decimal): -2531702 or 9068249. OLE color: 9068249.

HSL color Cylindrical-coordinate representation of color #D95E8A: hue angle of 338.54º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95E8A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB21794138-
CMYK00.570.360.15
HSL338.54º61.81%60.98%-
HSV(B)338.54º56.68%85.1%-
XYZ37.2124.5926.83-
YUV135.79129.25185.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=48.33%
G=20.94%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179413800.570.360.15338.5461.8160.98
HexD95E8A03924F1533e3d
Octal33113621207144175237675
Binary1101100110111101000101001110011001001111101010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E8A; }

 p { color: rgb(217,94,138); }

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

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

 a { background-color: rgb(217,94,138); }

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

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

 span { border-color: rgb(217,94,138); }

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