Html Css Color HEX #DD79C0 Persian Pink

📋 copy color: '#DD79C0'

red 221 ◦ green 121 ◦ blue 192

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

Shades of Persian Pink #DD79C0

Tints of Persian Pink #DD79C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 41.39%
G = 22.66%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD79C0 (or 0xDD79C0) is known color: Persian Pink. HEX triplet: DD, 79 and C0. RGB value is (221,121,192). Sum of RGB (Red+Green+Blue) = 221+121+192=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79C0 is #22863F. Grayscale: #9E9E9E. Windows color (decimal): -2262592 or 12614109. OLE color: 12614109.

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

Color convert

RGB 221 121 192 -
CMYK 0 0.45 0.13 0.13
HSL 317.4º 0.6% 0.67% -
HSV(B) 317.4º 0.45% 0.87% -
XYZ 46.17 32.85 53.78 -
YUV 158.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 221 121 192 0 0.45 0.13 0.13 317.4 0.6 0.67
Hex DD 79 C0 0 2D D D 13D 3C 43
Octal 335 171 300 0 55 15 15 475 74 103
Binary 11011101 1111001 11000000 0 101101 1101 1101 100111101 111100 1000011

Color Harmonies of #DD79C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79C0

Black with #DD79C0

Text Example


Text Example

White with #DD79C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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