Html Css Color HEX #DD79B7 Persian Pink

📋 copy color: '#DD79B7'

red 221 ◦ green 121 ◦ blue 183

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

Shades of Persian Pink #DD79B7

Tints of Persian Pink #DD79B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.86%

R = 42.1%
G = 23.05%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD79B7 (or 0xDD79B7) is known color: Persian Pink. HEX triplet: DD, 79 and B7. RGB value is (221,121,183). Sum of RGB (Red+Green+Blue) = 221+121+183=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79B7 is #228648. Grayscale: #9D9D9D. Windows color (decimal): -2262601 or 12024285. OLE color: 12024285.

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

Color convert

RGB 221 121 183 -
CMYK 0 0.45 0.17 0.13
HSL 322.8º 0.6% 0.67% -
HSV(B) 322.8º 0.45% 0.87% -
XYZ 45.2 32.47 48.68 -
YUV 157.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 221 121 183 0 0.45 0.17 0.13 322.8 0.6 0.67
Hex DD 79 B7 0 2D 11 D 143 3C 43
Octal 335 171 267 0 55 21 15 503 74 103
Binary 11011101 1111001 10110111 0 101101 10001 1101 101000011 111100 1000011

Color Harmonies of #DD79B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79B7

Black with #DD79B7

Text Example


Text Example

White with #DD79B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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