#DE619C

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

Shades of Pale Violet Red #DE619C

Tints of Pale Violet Red #DE619C

Color information

#DE619C (or 0xDE619C) is unknown color: approx Pale Violet Red. HEX triplet: DE, 61 and 9C. RGB value is (222,97,156). Sum of RGB (Red+Green+Blue) = 222+97+156=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE619C is #219E63. Grayscale: #8C8C8C. Windows color (decimal): -2203236 or 10248670. OLE color: 10248670.

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

Color convert

RGB22297156-
CMYK00.560.300.13
HSL331.68º65.45%62.55%-
HSV(B)331.68º56.31%87.06%-
XYZ40.426.4834.43-
YUV141.1136.41185.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=46.74%
G=20.42%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229715600.560.300.13331.6865.4562.55
HexDE619C0381ED14c413f
Octal336141234070361551410177
Binary1101111011000011001110001110001111011011010011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE619C; }

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

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

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

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

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

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

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

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