#DE7195

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

Shades of Pale Violet Red #DE7195

Tints of Pale Violet Red #DE7195

Color information

#DE7195 (or 0xDE7195) is unknown color: approx Pale Violet Red. HEX triplet: DE, 71 and 95. RGB value is (222,113,149). Sum of RGB (Red+Green+Blue) = 222+113+149=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7195 is #218E6A. Grayscale: #959595. Windows color (decimal): -2199147 or 9794014. OLE color: 9794014.

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

Color convert

RGB222113149-
CMYK00.490.330.13
HSL340.18º62.29%65.69%-
HSV(B)340.18º49.1%87.06%-
XYZ41.4529.5131.94-
YUV149.7127.61179.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=45.87%
G=23.35%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211314900.490.330.13340.1862.2965.69
HexDE719503121D1543e42
Octal336161225061411552476102
Binary11011110111000110010101011000110000111011010101001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7195; }

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

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

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

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

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

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

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

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