Html Css Color HEX #DD79A1 Pale Violet Red

📋 copy color: '#DD79A1'

red 221 ◦ green 121 ◦ blue 161

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

Shades of Pale Violet Red #DD79A1

Tints of Pale Violet Red #DD79A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 43.94%
G = 24.06%
B = 32.01%

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

#DD79A1 (or 0xDD79A1) is known color: Pale Violet Red. HEX triplet: DD, 79 and A1. RGB value is (221,121,161). Sum of RGB (Red+Green+Blue) = 221+121+161=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79A1 is #22865E. Grayscale: #9B9B9B. Windows color (decimal): -2262623 or 10582493. OLE color: 10582493.

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

Color convert

RGB 221 121 161 -
CMYK 0 0.45 0.27 0.13
HSL 336º 0.6% 0.67% -
HSV(B) 336º 0.45% 0.87% -
XYZ 43.09 31.62 37.55 -
YUV 155.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 221 121 161 0 0.45 0.27 0.13 336 0.6 0.67
Hex DD 79 A1 0 2D 1B D 150 3C 43
Octal 335 171 241 0 55 33 15 520 74 103
Binary 11011101 1111001 10100001 0 101101 11011 1101 101010000 111100 1000011

Color Harmonies of #DD79A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79A1

Black with #DD79A1

Text Example


Text Example

White with #DD79A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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