#DE619E

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

Shades of Pale Violet Red #DE619E

Tints of Pale Violet Red #DE619E

Color information

#DE619E (or 0xDE619E) is unknown color: approx Pale Violet Red. HEX triplet: DE, 61 and 9E. RGB value is (222,97,158). Sum of RGB (Red+Green+Blue) = 222+97+158=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE619E is #219E61. Grayscale: #8D8D8D. Windows color (decimal): -2203234 or 10379742. OLE color: 10379742.

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

Color convert

RGB22297158-
CMYK00.560.290.13
HSL330.72º65.45%62.55%-
HSV(B)330.72º56.31%87.06%-
XYZ40.5726.5535.33-
YUV141.33137.41185.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=46.54%
G=20.34%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229715800.560.290.13330.7265.4562.55
HexDE619E0381DD14b413f
Octal336141236070351551310177
Binary1101111011000011001111001110001110111011010010111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE619E; }

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

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

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

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

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

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

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

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