#DE719E

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

Shades of Pale Violet Red #DE719E

Tints of Pale Violet Red #DE719E

Color information

#DE719E (or 0xDE719E) is unknown color: approx Pale Violet Red. HEX triplet: DE, 71 and 9E. RGB value is (222,113,158). Sum of RGB (Red+Green+Blue) = 222+113+158=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE719E is #218E61. Grayscale: #969696. Windows color (decimal): -2199138 or 10383838. OLE color: 10383838.

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

Color convert

RGB222113158-
CMYK00.490.290.13
HSL335.23º62.29%65.69%-
HSV(B)335.23º49.1%87.06%-
XYZ42.229.8135.88-
YUV150.72132.11178.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=45.03%
G=22.92%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211315800.490.290.13335.2362.2965.69
HexDE719E0311DD14f3e42
Octal336161236061351551776102
Binary1101111011100011001111001100011110111011010011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE719E; }

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

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

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

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

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

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

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

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