#DE6AAB

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

Shades of Pale Violet Red #DE6AAB

Tints of Pale Violet Red #DE6AAB

Color information

#DE6AAB (or 0xDE6AAB) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6A and AB. RGB value is (222,106,171). Sum of RGB (Red+Green+Blue) = 222+106+171=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6AAB is #219554. Grayscale: #939393. Windows color (decimal): -2200917 or 11234014. OLE color: 11234014.

HSL color Cylindrical-coordinate representation of color #DE6AAB: hue angle of 326.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 #DE6AAB is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222106171-
CMYK00.520.230.13
HSL326.38º63.74%64.31%-
HSV(B)326.38º52.25%87.06%-
XYZ42.6328.7841.84-
YUV148.09140.93180.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=44.49%
G=21.24%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210617100.520.230.13326.3863.7464.31
HexDE6AAB03417D1464040
Octal3361522530642715506100100
Binary11011110110101010101011011010010111110110100011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6AAB; }

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

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

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

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

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

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

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

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