Html Css Color HEX #DE70A0 Pale Violet Red

📋 copy color: '#DE70A0'

red 222 ◦ green 112 ◦ blue 160

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

Shades of Pale Violet Red #DE70A0

Tints of Pale Violet Red #DE70A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 44.94%
G = 22.67%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE70A0 (or 0xDE70A0) is known color: Pale Violet Red. HEX triplet: DE, 70 and A0. RGB value is (222,112,160). Sum of RGB (Red+Green+Blue) = 222+112+160=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE70A0 is #218F5F. Grayscale: #969696. Windows color (decimal): -2199392 or 10514654. OLE color: 10514654.

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

Color convert

RGB 222 112 160 -
CMYK 0 0.50 0.28 0.13
HSL 333.82º 0.63% 0.65% -
HSV(B) 333.82º 0.5% 0.87% -
XYZ 42.26 29.66 36.75 -
YUV 150.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 222 112 160 0 0.50 0.28 0.13 333.82 0.63 0.65
Hex DE 70 A0 0 32 1C D 14E 3E 41
Octal 336 160 240 0 62 34 15 516 76 101
Binary 11011110 1110000 10100000 0 110010 11100 1101 101001110 111110 1000001

Color Harmonies of #DE70A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70A0

Black with #DE70A0

Text Example


Text Example

White with #DE70A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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