#DE6995

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

Shades of Pale Violet Red #DE6995

Tints of Pale Violet Red #DE6995

Color information

#DE6995 (or 0xDE6995) is unknown color: approx Pale Violet Red. HEX triplet: DE, 69 and 95. RGB value is (222,105,149). Sum of RGB (Red+Green+Blue) = 222+105+149=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6995 is #21966A. Grayscale: #909090. Windows color (decimal): -2201195 or 9791966. OLE color: 9791966.

HSL color Cylindrical-coordinate representation of color #DE6995: hue angle of 337.44º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6995 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222105149-
CMYK00.530.330.13
HSL337.44º63.93%64.12%-
HSV(B)337.44º52.7%87.06%-
XYZ40.627.831.66-
YUV145130.26182.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=46.64%
G=22.06%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210514900.530.330.13337.4463.9364.12
HexDE699503521D1514040
Octal3361512250654115521100100
Binary110111101101001100101010110101100001110110101000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6995; }

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

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

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

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

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

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

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

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