#DE5995

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

Shades of Pale Violet Red #DE5995

Tints of Pale Violet Red #DE5995

Color information

#DE5995 (or 0xDE5995) is unknown color: approx Pale Violet Red. HEX triplet: DE, 59 and 95. RGB value is (222,89,149). Sum of RGB (Red+Green+Blue) = 222+89+149=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5995 is #21A66A. Grayscale: #878787. Windows color (decimal): -2205291 or 9787870. OLE color: 9787870.

HSL color Cylindrical-coordinate representation of color #DE5995: hue angle of 332.93º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5995 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22289149-
CMYK00.600.330.13
HSL332.93º66.83%60.98%-
HSV(B)332.93º59.91%87.06%-
XYZ39.1224.8431.17-
YUV135.61135.56189.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 89 (35.16% from 255) = 19.35%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=48.26%
G=19.35%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228914900.600.330.13332.9366.8360.98
HexDE599503C21D14d433d
Octal336131225074411551510375
Binary11011110101100110010101011110010000111011010011011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5995; }

 p { color: rgb(222,89,149); }

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

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

 a { background-color: rgb(222,89,149); }

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

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

 span { border-color: rgb(222,89,149); }

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