#DE70AC

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

Shades of Pale Violet Red #DE70AC

Tints of Pale Violet Red #DE70AC

Color information

#DE70AC (or 0xDE70AC) is unknown color: approx Pale Violet Red. HEX triplet: DE, 70 and AC. RGB value is (222,112,172). Sum of RGB (Red+Green+Blue) = 222+112+172=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE70AC is #218F53. Grayscale: #979797. Windows color (decimal): -2199380 or 11301086. OLE color: 11301086.

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

Color convert

RGB222112172-
CMYK00.500.230.13
HSL327.27º62.5%65.49%-
HSV(B)327.27º49.55%87.06%-
XYZ43.3630.142.55-
YUV151.73139.44178.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 112 (44.14% from 255) = 22.13%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=43.87%
G=22.13%
B=33.99%

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
Decimal22211217200.500.230.13327.2762.565.49
HexDE70AC03217D1473e41
Octal336160254062271550776101
Binary1101111011100001010110001100101011111011010001111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE70AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE70AC; }

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

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

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

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

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

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

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

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