Html Css Color HEX #DC79B5 Persian Pink

📋 copy color: '#DC79B5'

red 220 ◦ green 121 ◦ blue 181

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

Shades of Persian Pink #DC79B5

Tints of Persian Pink #DC79B5

RGB

 RED value IS 220 (86.33% from 255) = 42.15%

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

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

R = 42.15%
G = 23.18%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC79B5 (or 0xDC79B5) is known color: Persian Pink. HEX triplet: DC, 79 and B5. RGB value is (220,121,181). Sum of RGB (Red+Green+Blue) = 220+121+181=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79B5 is #23864A. Grayscale: #9D9D9D. Windows color (decimal): -2328139 or 11893212. OLE color: 11893212.

HSL color Cylindrical-coordinate representation of color #DC79B5: hue angle of 323.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC79B5 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 121 181 -
CMYK 0 0.45 0.18 0.14
HSL 323.64º 0.59% 0.67% -
HSV(B) 323.64º 0.45% 0.86% -
XYZ 44.69 32.23 47.58 -
YUV 157.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 220 121 181 0 0.45 0.18 0.14 323.64 0.59 0.67
Hex DC 79 B5 0 2D 12 E 144 3B 43
Octal 334 171 265 0 55 22 16 504 73 103
Binary 11011100 1111001 10110101 0 101101 10010 1110 101000100 111011 1000011

Color Harmonies of #DC79B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79B5

Black with #DC79B5

Text Example


Text Example

White with #DC79B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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