#DE6A8E

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

Shades of Pale Violet Red #DE6A8E

Tints of Pale Violet Red #DE6A8E

Color information

#DE6A8E (or 0xDE6A8E) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6A and 8E. RGB value is (222,106,142). Sum of RGB (Red+Green+Blue) = 222+106+142=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6A8E is #219571. Grayscale: #909090. Windows color (decimal): -2200946 or 9333470. OLE color: 9333470.

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

Color convert

RGB222106142-
CMYK00.520.360.13
HSL341.38º63.74%64.31%-
HSV(B)341.38º52.25%87.06%-
XYZ40.1627.7928.84-
YUV144.79126.43183.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=47.23%
G=22.55%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210614200.520.360.13341.3863.7464.31
HexDE6A8E03424D1554040
Octal3361522160644415525100100
Binary110111101101010100011100110100100100110110101010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A8E; }

 p { color: rgb(222,106,142); }

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

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

 a { background-color: rgb(222,106,142); }

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

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

 span { border-color: rgb(222,106,142); }

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