Html Css Color HEX #DE70AD Pale Violet Red

📋 copy color: '#DE70AD'

red 222 ◦ green 112 ◦ blue 173

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

Shades of Pale Violet Red #DE70AD

Tints of Pale Violet Red #DE70AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.12%

R = 43.79%
G = 22.09%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE70AD (or 0xDE70AD) is known color: Pale Violet Red. HEX triplet: DE, 70 and AD. RGB value is (222,112,173). Sum of RGB (Red+Green+Blue) = 222+112+173=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE70AD is #218F52. Grayscale: #979797. Windows color (decimal): -2199379 or 11366622. OLE color: 11366622.

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

Color convert

RGB 222 112 173 -
CMYK 0 0.50 0.22 0.13
HSL 326.73º 0.63% 0.65% -
HSV(B) 326.73º 0.5% 0.87% -
XYZ 43.46 30.14 43.06 -
YUV 151.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 222 112 173 0 0.50 0.22 0.13 326.73 0.63 0.65
Hex DE 70 AD 0 32 16 D 147 3E 41
Octal 336 160 255 0 62 26 15 507 76 101
Binary 11011110 1110000 10101101 0 110010 10110 1101 101000111 111110 1000001

Color Harmonies of #DE70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70AD

Black with #DE70AD

Text Example


Text Example

White with #DE70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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