Html Css Color HEX #DD79AD Persian Pink

📋 copy color: '#DD79AD'

red 221 ◦ green 121 ◦ blue 173

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

Shades of Persian Pink #DD79AD

Tints of Persian Pink #DD79AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 42.91%
G = 23.5%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD79AD (or 0xDD79AD) is known color: Persian Pink. HEX triplet: DD, 79 and AD. RGB value is (221,121,173). Sum of RGB (Red+Green+Blue) = 221+121+173=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79AD is #228652. Grayscale: #9C9C9C. Windows color (decimal): -2262611 or 11368925. OLE color: 11368925.

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

Color convert

RGB 221 121 173 -
CMYK 0 0.45 0.22 0.13
HSL 328.8º 0.6% 0.67% -
HSV(B) 328.8º 0.45% 0.87% -
XYZ 44.2 32.06 43.39 -
YUV 156.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 221 121 173 0 0.45 0.22 0.13 328.8 0.6 0.67
Hex DD 79 AD 0 2D 16 D 149 3C 43
Octal 335 171 255 0 55 26 15 511 74 103
Binary 11011101 1111001 10101101 0 101101 10110 1101 101001001 111100 1000011

Color Harmonies of #DD79AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79AD

Black with #DD79AD

Text Example


Text Example

White with #DD79AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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