Html Css Color HEX #DD79B5 Persian Pink

📋 copy color: '#DD79B5'

red 221 ◦ green 121 ◦ blue 181

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

Shades of Persian Pink #DD79B5

Tints of Persian Pink #DD79B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 42.26%
G = 23.14%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD79B5 (or 0xDD79B5) is known color: Persian Pink. HEX triplet: DD, 79 and B5. RGB value is (221,121,181). Sum of RGB (Red+Green+Blue) = 221+121+181=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79B5 is #22864A. Grayscale: #9D9D9D. Windows color (decimal): -2262603 or 11893213. OLE color: 11893213.

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

Color convert

RGB 221 121 181 -
CMYK 0 0.45 0.18 0.13
HSL 324º 0.6% 0.67% -
HSV(B) 324º 0.45% 0.87% -
XYZ 45 32.38 47.6 -
YUV 157.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 221 121 181 0 0.45 0.18 0.13 324 0.6 0.67
Hex DD 79 B5 0 2D 12 D 144 3C 43
Octal 335 171 265 0 55 22 15 504 74 103
Binary 11011101 1111001 10110101 0 101101 10010 1101 101000100 111100 1000011

Color Harmonies of #DD79B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79B5

Black with #DD79B5

Text Example


Text Example

White with #DD79B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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