Html Css Color HEX #DE6EAA Pale Violet Red

📋 copy color: '#DE6EAA'

red 222 ◦ green 110 ◦ blue 170

#DE6EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DE6EAA

Tints of Pale Violet Red #DE6EAA

RGB

 RED value IS 222 (87.11% from 255) = 44.22%

 GREEN value IS 110 (43.36% from 255) = 21.91%

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 44.22%
G = 21.91%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE6EAA (or 0xDE6EAA) is known color: Pale Violet Red. HEX triplet: DE, 6E and AA. RGB value is (222,110,170). Sum of RGB (Red+Green+Blue) = 222+110+170=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6EAA is #219155. Grayscale: #969696. Windows color (decimal): -2199894 or 11169502. OLE color: 11169502.

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

Color convert

RGB 222 110 170 -
CMYK 0 0.50 0.23 0.13
HSL 327.86º 0.63% 0.65% -
HSV(B) 327.86º 0.5% 0.87% -
XYZ 42.96 29.58 41.48 -
YUV 150.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 222 110 170 0 0.50 0.23 0.13 327.86 0.63 0.65
Hex DE 6E AA 0 32 17 D 148 3F 41
Octal 336 156 252 0 62 27 15 510 77 101
Binary 11011110 1101110 10101010 0 110010 10111 1101 101001000 111111 1000001

Color Harmonies of #DE6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6EAA

Black with #DE6EAA

Text Example


Text Example

White with #DE6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6EAA; }

 p { color: rgb(222,110,170); }

 H1.HeaderClassName
 {
   color: #DE6EAA;
 }
 .AnyTagClassName
 {
   color: #DE6EAA;
 }
</style>

background-color css

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

 a { background-color: rgb(222,110,170); }

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

border-color css

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

 span { border-color: rgb(222,110,170); }

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