#DE6194

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

Shades of Pale Violet Red #DE6194

Tints of Pale Violet Red #DE6194

Color information

#DE6194 (or 0xDE6194) is unknown color: approx Pale Violet Red. HEX triplet: DE, 61 and 94. RGB value is (222,97,148). Sum of RGB (Red+Green+Blue) = 222+97+148=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6194 is #219E6B. Grayscale: #8C8C8C. Windows color (decimal): -2203244 or 9724382. OLE color: 9724382.

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

Color convert

RGB22297148-
CMYK00.560.330.13
HSL335.52º65.45%62.55%-
HSV(B)335.52º56.31%87.06%-
XYZ39.7426.2230.98-
YUV140.19132.41186.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.54%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=47.54%
G=20.77%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229714800.560.330.13335.5265.4562.55
HexDE619403821D150413f
Octal336141224070411552010177
Binary11011110110000110010100011100010000111011010100001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6194; }

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

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

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

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

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

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

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

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