#D56E95

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

Shades of Pale Violet Red #D56E95

Tints of Pale Violet Red #D56E95

Color information

#D56E95 (or 0xD56E95) is unknown color: approx Pale Violet Red. HEX triplet: D5, 6E and 95. RGB value is (213,110,149). Sum of RGB (Red+Green+Blue) = 213+110+149=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E95 is #2A916A. Grayscale: #919191. Windows color (decimal): -2789739 or 9793237. OLE color: 9793237.

HSL color Cylindrical-coordinate representation of color #D56E95: hue angle of 337.28º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56E95 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213110149-
CMYK00.480.300.16
HSL337.28º55.08%63.33%-
HSV(B)337.28º48.36%83.53%-
XYZ38.4427.4731.71-
YUV145.24130.12176.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=45.13%
G=23.31%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311014900.480.300.16337.2855.0863.33
HexD56E950301E10151373f
Octal32515622506036205216777
Binary1101010111011101001010101100001111010000101010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E95; }

 p { color: rgb(213,110,149); }

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

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

 a { background-color: rgb(213,110,149); }

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

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

 span { border-color: rgb(213,110,149); }

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