#DE63A0

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

Shades of Pale Violet Red #DE63A0

Tints of Pale Violet Red #DE63A0

Color information

#DE63A0 (or 0xDE63A0) is unknown color: approx Pale Violet Red. HEX triplet: DE, 63 and A0. RGB value is (222,99,160). Sum of RGB (Red+Green+Blue) = 222+99+160=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE63A0 is #219C5F. Grayscale: #8E8E8E. Windows color (decimal): -2202720 or 10511326. OLE color: 10511326.

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

Color convert

RGB22299160-
CMYK00.550.280.13
HSL330.24º65.08%62.94%-
HSV(B)330.24º55.41%87.06%-
XYZ40.9326.9936.31-
YUV142.73137.75184.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=46.15%
G=20.58%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229916000.550.280.13330.2465.0862.94
HexDE63A00371CD14a413f
Octal336143240067341551210177
Binary1101111011000111010000001101111110011011010010101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE63A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE63A0; }

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

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

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

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

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

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

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

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