Html Css Color HEX #DD79AB Pale Violet Red

📋 copy color: '#DD79AB'

red 221 ◦ green 121 ◦ blue 171

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

Shades of Pale Violet Red #DD79AB

Tints of Pale Violet Red #DD79AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 43.08%
G = 23.59%
B = 33.33%

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

#DD79AB (or 0xDD79AB) is known color: Pale Violet Red. HEX triplet: DD, 79 and AB. RGB value is (221,121,171). Sum of RGB (Red+Green+Blue) = 221+121+171=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79AB is #228654. Grayscale: #9C9C9C. Windows color (decimal): -2262613 or 11237853. OLE color: 11237853.

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

Color convert

RGB 221 121 171 -
CMYK 0 0.45 0.23 0.13
HSL 330º 0.6% 0.67% -
HSV(B) 330º 0.45% 0.87% -
XYZ 44.01 31.99 42.38 -
YUV 156.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 221 121 171 0 0.45 0.23 0.13 330 0.6 0.67
Hex DD 79 AB 0 2D 17 D 14A 3C 43
Octal 335 171 253 0 55 27 15 512 74 103
Binary 11011101 1111001 10101011 0 101101 10111 1101 101001010 111100 1000011

Color Harmonies of #DD79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79AB

Black with #DD79AB

Text Example


Text Example

White with #DD79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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