#DE70AA

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

Shades of Pale Violet Red #DE70AA

Tints of Pale Violet Red #DE70AA

Color information

#DE70AA (or 0xDE70AA) is unknown color: approx Pale Violet Red. HEX triplet: DE, 70 and AA. RGB value is (222,112,170). Sum of RGB (Red+Green+Blue) = 222+112+170=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE70AA is #218F55. Grayscale: #979797. Windows color (decimal): -2199382 or 11170014. OLE color: 11170014.

HSL color Cylindrical-coordinate representation of color #DE70AA: hue angle of 328.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE70AA is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222112170-
CMYK00.500.230.13
HSL328.36º62.5%65.49%-
HSV(B)328.36º49.55%87.06%-
XYZ43.1730.0241.55-
YUV151.5138.44178.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=44.05%
G=22.22%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211217000.500.230.13328.3662.565.49
HexDE70AA03217D1483e41
Octal336160252062271551076101
Binary1101111011100001010101001100101011111011010010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE70AA; }

 p { color: rgb(222,112,170); }

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

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

 a { background-color: rgb(222,112,170); }

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

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

 span { border-color: rgb(222,112,170); }

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