#DE6199

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

Shades of Pale Violet Red #DE6199

Tints of Pale Violet Red #DE6199

Color information

#DE6199 (or 0xDE6199) is unknown color: approx Pale Violet Red. HEX triplet: DE, 61 and 99. RGB value is (222,97,153). Sum of RGB (Red+Green+Blue) = 222+97+153=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6199 is #219E66. Grayscale: #8C8C8C. Windows color (decimal): -2203239 or 10052062. OLE color: 10052062.

HSL color Cylindrical-coordinate representation of color #DE6199: hue angle of 333.12º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6199 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22297153-
CMYK00.560.310.13
HSL333.12º65.45%62.55%-
HSV(B)333.12º56.31%87.06%-
XYZ40.1526.3833.11-
YUV140.76134.91185.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=47.03%
G=20.55%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229715300.560.310.13333.1265.4562.55
HexDE61990381FD14d413f
Octal336141231070371551510177
Binary1101111011000011001100101110001111111011010011011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6199; }

 p { color: rgb(222,97,153); }

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

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

 a { background-color: rgb(222,97,153); }

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

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

 span { border-color: rgb(222,97,153); }

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