Html Css Color HEX #DE70A2 Pale Violet Red

📋 copy color: '#DE70A2'

red 222 ◦ green 112 ◦ blue 162

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

Shades of Pale Violet Red #DE70A2

Tints of Pale Violet Red #DE70A2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

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

R = 44.76%
G = 22.58%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE70A2 (or 0xDE70A2) is known color: Pale Violet Red. HEX triplet: DE, 70 and A2. RGB value is (222,112,162). Sum of RGB (Red+Green+Blue) = 222+112+162=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE70A2 is #218F5D. Grayscale: #969696. Windows color (decimal): -2199390 or 10645726. OLE color: 10645726.

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

Color convert

RGB 222 112 162 -
CMYK 0 0.50 0.27 0.13
HSL 332.73º 0.63% 0.65% -
HSV(B) 332.73º 0.5% 0.87% -
XYZ 42.44 29.73 37.68 -
YUV 150.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 222 112 162 0 0.50 0.27 0.13 332.73 0.63 0.65
Hex DE 70 A2 0 32 1B D 14D 3E 41
Octal 336 160 242 0 62 33 15 515 76 101
Binary 11011110 1110000 10100010 0 110010 11011 1101 101001101 111110 1000001

Color Harmonies of #DE70A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70A2

Black with #DE70A2

Text Example


Text Example

White with #DE70A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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