#DE6DA3

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

Shades of Pale Violet Red #DE6DA3

Tints of Pale Violet Red #DE6DA3

Color information

#DE6DA3 (or 0xDE6DA3) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6D and A3. RGB value is (222,109,163). Sum of RGB (Red+Green+Blue) = 222+109+163=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6DA3 is #21925C. Grayscale: #949494. Windows color (decimal): -2200157 or 10710494. OLE color: 10710494.

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

Color convert

RGB222109163-
CMYK00.510.270.13
HSL331.33º63.13%64.9%-
HSV(B)331.33º50.9%87.06%-
XYZ42.229.1138.04-
YUV148.94135.94180.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=44.94%
G=22.06%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210916300.510.270.13331.3363.1364.9
HexDE6DA30331BD14b3f41
Octal336155243063331551377101
Binary1101111011011011010001101100111101111011010010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6DA3; }

 p { color: rgb(222,109,163); }

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

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

 a { background-color: rgb(222,109,163); }

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

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

 span { border-color: rgb(222,109,163); }

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