Html Css Color HEX #DD79A2 Pale Violet Red

📋 copy color: '#DD79A2'

red 221 ◦ green 121 ◦ blue 162

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

Shades of Pale Violet Red #DD79A2

Tints of Pale Violet Red #DD79A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.14%

R = 43.85%
G = 24.01%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD79A2 (or 0xDD79A2) is known color: Pale Violet Red. HEX triplet: DD, 79 and A2. RGB value is (221,121,162). Sum of RGB (Red+Green+Blue) = 221+121+162=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79A2 is #22865D. Grayscale: #9B9B9B. Windows color (decimal): -2262622 or 10648029. OLE color: 10648029.

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

Color convert

RGB 221 121 162 -
CMYK 0 0.45 0.27 0.13
HSL 335.4º 0.6% 0.67% -
HSV(B) 335.4º 0.45% 0.87% -
XYZ 43.18 31.66 38.02 -
YUV 155.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 221 121 162 0 0.45 0.27 0.13 335.4 0.6 0.67
Hex DD 79 A2 0 2D 1B D 14F 3C 43
Octal 335 171 242 0 55 33 15 517 74 103
Binary 11011101 1111001 10100010 0 101101 11011 1101 101001111 111100 1000011

Color Harmonies of #DD79A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79A2

Black with #DD79A2

Text Example


Text Example

White with #DD79A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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