#DE719C

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

Shades of Pale Violet Red #DE719C

Tints of Pale Violet Red #DE719C

Color information

#DE719C (or 0xDE719C) is unknown color: approx Pale Violet Red. HEX triplet: DE, 71 and 9C. RGB value is (222,113,156). Sum of RGB (Red+Green+Blue) = 222+113+156=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE719C is #218E63. Grayscale: #969696. Windows color (decimal): -2199140 or 10252766. OLE color: 10252766.

HSL color Cylindrical-coordinate representation of color #DE719C: hue angle of 336.33º 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 #DE719C is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222113156-
CMYK00.490.300.13
HSL336.33º62.29%65.69%-
HSV(B)336.33º49.1%87.06%-
XYZ42.0329.7434.98-
YUV150.49131.11179-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 113 (44.53% from 255) = 23.01%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=45.21%
G=23.01%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211315600.490.300.13336.3362.2965.69
HexDE719C0311ED1503e42
Octal336161234061361552076102
Binary1101111011100011001110001100011111011011010100001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE719C; }

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

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

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

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

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

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

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

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