Html Css Color HEX #DE6DA2 Pale Violet Red

📋 copy color: '#DE6DA2'

red 222 ◦ green 109 ◦ blue 162

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

Shades of Pale Violet Red #DE6DA2

Tints of Pale Violet Red #DE6DA2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.11%

 BLUE value IS 162 (63.67% from 255) = 32.86%

R = 45.03%
G = 22.11%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE6DA2 (or 0xDE6DA2) is known color: Pale Violet Red. HEX triplet: DE, 6D and A2. RGB value is (222,109,162). Sum of RGB (Red+Green+Blue) = 222+109+162=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6DA2 is #21925D. Grayscale: #949494. Windows color (decimal): -2200158 or 10644958. OLE color: 10644958.

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

Color convert

RGB 222 109 162 -
CMYK 0 0.51 0.27 0.13
HSL 331.86º 0.63% 0.65% -
HSV(B) 331.86º 0.51% 0.87% -
XYZ 42.11 29.08 37.57 -
YUV 148.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 222 109 162 0 0.51 0.27 0.13 331.86 0.63 0.65
Hex DE 6D A2 0 33 1B D 14C 3F 41
Octal 336 155 242 0 63 33 15 514 77 101
Binary 11011110 1101101 10100010 0 110011 11011 1101 101001100 111111 1000001

Color Harmonies of #DE6DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6DA2

Black with #DE6DA2

Text Example


Text Example

White with #DE6DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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