Html Css Color HEX #DD79A6 Pale Violet Red

📋 copy color: '#DD79A6'

red 221 ◦ green 121 ◦ blue 166

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

Shades of Pale Violet Red #DD79A6

Tints of Pale Violet Red #DD79A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.68%

R = 43.5%
G = 23.82%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD79A6 (or 0xDD79A6) is known color: Pale Violet Red. HEX triplet: DD, 79 and A6. RGB value is (221,121,166). Sum of RGB (Red+Green+Blue) = 221+121+166=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79A6 is #228659. Grayscale: #9B9B9B. Windows color (decimal): -2262618 or 10910173. OLE color: 10910173.

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

Color convert

RGB 221 121 166 -
CMYK 0 0.45 0.25 0.13
HSL 333º 0.6% 0.67% -
HSV(B) 333º 0.45% 0.87% -
XYZ 43.54 31.8 39.92 -
YUV 156.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 221 121 166 0 0.45 0.25 0.13 333 0.6 0.67
Hex DD 79 A6 0 2D 19 D 14D 3C 43
Octal 335 171 246 0 55 31 15 515 74 103
Binary 11011101 1111001 10100110 0 101101 11001 1101 101001101 111100 1000011

Color Harmonies of #DD79A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79A6

Black with #DD79A6

Text Example


Text Example

White with #DD79A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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