#DE71A0

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

Shades of Pale Violet Red #DE71A0

Tints of Pale Violet Red #DE71A0

Color information

#DE71A0 (or 0xDE71A0) is unknown color: approx Pale Violet Red. HEX triplet: DE, 71 and A0. RGB value is (222,113,160). Sum of RGB (Red+Green+Blue) = 222+113+160=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE71A0 is #218E5F. Grayscale: #969696. Windows color (decimal): -2199136 or 10514910. OLE color: 10514910.

HSL color Cylindrical-coordinate representation of color #DE71A0: hue angle of 334.13º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE71A0 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB222113160-
CMYK00.490.280.13
HSL334.13º62.29%65.69%-
HSV(B)334.13º49.1%87.06%-
XYZ42.3729.8836.79-
YUV150.95133.11178.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=44.85%
G=22.83%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211316000.490.280.13334.1362.2965.69
HexDE71A00311CD14e3e42
Octal336161240061341551676102
Binary1101111011100011010000001100011110011011010011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE71A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE71A0; }

 p { color: rgb(222,113,160); }

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

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

 a { background-color: rgb(222,113,160); }

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

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

 span { border-color: rgb(222,113,160); }

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