Html Css Color HEX #DD79A3 Pale Violet Red

📋 copy color: '#DD79A3'

red 221 ◦ green 121 ◦ blue 163

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

Shades of Pale Violet Red #DD79A3

Tints of Pale Violet Red #DD79A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.28%

R = 43.76%
G = 23.96%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD79A3 (or 0xDD79A3) is known color: Pale Violet Red. HEX triplet: DD, 79 and A3. RGB value is (221,121,163). Sum of RGB (Red+Green+Blue) = 221+121+163=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79A3 is #22865C. Grayscale: #9B9B9B. Windows color (decimal): -2262621 or 10713565. OLE color: 10713565.

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

Color convert

RGB 221 121 163 -
CMYK 0 0.45 0.26 0.13
HSL 334.8º 0.6% 0.67% -
HSV(B) 334.8º 0.45% 0.87% -
XYZ 43.27 31.69 38.49 -
YUV 155.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 221 121 163 0 0.45 0.26 0.13 334.8 0.6 0.67
Hex DD 79 A3 0 2D 1A D 14F 3C 43
Octal 335 171 243 0 55 32 15 517 74 103
Binary 11011101 1111001 10100011 0 101101 11010 1101 101001111 111100 1000011

Color Harmonies of #DD79A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79A3

Black with #DD79A3

Text Example


Text Example

White with #DD79A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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