#DE5C9E

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

Shades of Pale Violet Red #DE5C9E

Tints of Pale Violet Red #DE5C9E

Color information

#DE5C9E (or 0xDE5C9E) is unknown color: approx Pale Violet Red. HEX triplet: DE, 5C and 9E. RGB value is (222,92,158). Sum of RGB (Red+Green+Blue) = 222+92+158=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5C9E is #21A361. Grayscale: #8A8A8A. Windows color (decimal): -2204514 or 10378462. OLE color: 10378462.

HSL color Cylindrical-coordinate representation of color #DE5C9E: hue angle of 329.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5C9E is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB22292158-
CMYK00.590.290.13
HSL329.54º66.33%61.57%-
HSV(B)329.54º58.56%87.06%-
XYZ40.1225.6535.18-
YUV138.39139.07187.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=47.03%
G=19.49%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229215800.590.290.13329.5466.3361.57
HexDE5C9E03B1DD14a423e
Octal336134236073351551210276
Binary1101111010111001001111001110111110111011010010101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C9E; }

 p { color: rgb(222,92,158); }

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

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

 a { background-color: rgb(222,92,158); }

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

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

 span { border-color: rgb(222,92,158); }

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