Html Css Color HEX #DE79AA Pale Violet Red

📋 copy color: '#DE79AA'

red 222 ◦ green 121 ◦ blue 170

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

Shades of Pale Violet Red #DE79AA

Tints of Pale Violet Red #DE79AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.59%

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

R = 43.27%
G = 23.59%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE79AA (or 0xDE79AA) is known color: Pale Violet Red. HEX triplet: DE, 79 and AA. RGB value is (222,121,170). Sum of RGB (Red+Green+Blue) = 222+121+170=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE79AA is #218655. Grayscale: #9C9C9C. Windows color (decimal): -2197078 or 11172318. OLE color: 11172318.

HSL color Cylindrical-coordinate representation of color #DE79AA: hue angle of 330.89º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE79AA is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 121 170 -
CMYK 0 0.45 0.23 0.13
HSL 330.89º 0.6% 0.67% -
HSV(B) 330.89º 0.45% 0.87% -
XYZ 44.22 32.11 41.9 -
YUV 156.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 222 121 170 0 0.45 0.23 0.13 330.89 0.6 0.67
Hex DE 79 AA 0 2D 17 D 14B 3C 43
Octal 336 171 252 0 55 27 15 513 74 103
Binary 11011110 1111001 10101010 0 101101 10111 1101 101001011 111100 1000011

Color Harmonies of #DE79AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79AA

Black with #DE79AA

Text Example


Text Example

White with #DE79AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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