#DE70A1

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

Shades of Pale Violet Red #DE70A1

Tints of Pale Violet Red #DE70A1

Color information

#DE70A1 (or 0xDE70A1) is unknown color: approx Pale Violet Red. HEX triplet: DE, 70 and A1. RGB value is (222,112,161). Sum of RGB (Red+Green+Blue) = 222+112+161=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE70A1 is #218F5E. Grayscale: #969696. Windows color (decimal): -2199391 or 10580190. OLE color: 10580190.

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

Color convert

RGB222112161-
CMYK00.500.270.13
HSL333.27º62.5%65.49%-
HSV(B)333.27º49.55%87.06%-
XYZ42.3529.6937.22-
YUV150.48133.94179.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=44.85%
G=22.63%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211216100.500.270.13333.2762.565.49
HexDE70A10321BD14d3e41
Octal336160241062331551576101
Binary1101111011100001010000101100101101111011010011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE70A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE70A1; }

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

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

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

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

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

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

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

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