Html Css Color HEX #DD79B9 Persian Pink

📋 copy color: '#DD79B9'

red 221 ◦ green 121 ◦ blue 185

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

Shades of Persian Pink #DD79B9

Tints of Persian Pink #DD79B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 41.94%
G = 22.96%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD79B9 (or 0xDD79B9) is known color: Persian Pink. HEX triplet: DD, 79 and B9. RGB value is (221,121,185). Sum of RGB (Red+Green+Blue) = 221+121+185=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79B9 is #228646. Grayscale: #9E9E9E. Windows color (decimal): -2262599 or 12155357. OLE color: 12155357.

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

Color convert

RGB 221 121 185 -
CMYK 0 0.45 0.16 0.13
HSL 321.6º 0.6% 0.67% -
HSV(B) 321.6º 0.45% 0.87% -
XYZ 45.41 32.55 49.79 -
YUV 158.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 221 121 185 0 0.45 0.16 0.13 321.6 0.6 0.67
Hex DD 79 B9 0 2D 10 D 142 3C 43
Octal 335 171 271 0 55 20 15 502 74 103
Binary 11011101 1111001 10111001 0 101101 10000 1101 101000010 111100 1000011

Color Harmonies of #DD79B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79B9

Black with #DD79B9

Text Example


Text Example

White with #DD79B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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