#DE6DA8

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

Shades of Pale Violet Red #DE6DA8

Tints of Pale Violet Red #DE6DA8

Color information

#DE6DA8 (or 0xDE6DA8) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6D and A8. RGB value is (222,109,168). Sum of RGB (Red+Green+Blue) = 222+109+168=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6DA8 is #219257. Grayscale: #959595. Windows color (decimal): -2200152 or 11038174. OLE color: 11038174.

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

Color convert

RGB222109168-
CMYK00.510.240.13
HSL328.67º63.13%64.9%-
HSV(B)328.67º50.9%87.06%-
XYZ42.6629.2940.45-
YUV149.51138.44179.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 168 (66.02% from 255) = 33.67%
R=44.49%
G=21.84%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210916800.510.240.13328.6763.1364.9
HexDE6DA803318D1493f41
Octal336155250063301551177101
Binary1101111011011011010100001100111100011011010010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6DA8; }

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

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

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

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

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

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

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

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