Html Css Color HEX #DD79AA Pale Violet Red

📋 copy color: '#DD79AA'

red 221 ◦ green 121 ◦ blue 170

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

Shades of Pale Violet Red #DD79AA

Tints of Pale Violet Red #DD79AA

RGB

 RED value IS 221 (86.72% from 255) = 43.16%

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

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

R = 43.16%
G = 23.63%
B = 33.2%

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

#DD79AA (or 0xDD79AA) is known color: Pale Violet Red. HEX triplet: DD, 79 and AA. RGB value is (221,121,170). Sum of RGB (Red+Green+Blue) = 221+121+170=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79AA is #228655. Grayscale: #9C9C9C. Windows color (decimal): -2262614 or 11172317. OLE color: 11172317.

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

Color convert

RGB 221 121 170 -
CMYK 0 0.45 0.23 0.13
HSL 330.6º 0.6% 0.67% -
HSV(B) 330.6º 0.45% 0.87% -
XYZ 43.91 31.95 41.88 -
YUV 156.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 221 121 170 0 0.45 0.23 0.13 330.6 0.6 0.67
Hex DD 79 AA 0 2D 17 D 14B 3C 43
Octal 335 171 252 0 55 27 15 513 74 103
Binary 11011101 1111001 10101010 0 101101 10111 1101 101001011 111100 1000011

Color Harmonies of #DD79AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79AA

Black with #DD79AA

Text Example


Text Example

White with #DD79AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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