Html Css Color HEX #DC79BA Persian Pink

📋 copy color: '#DC79BA'

red 220 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #DC79BA

Tints of Persian Pink #DC79BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 41.75%
G = 22.96%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC79BA (or 0xDC79BA) is known color: Persian Pink. HEX triplet: DC, 79 and BA. RGB value is (220,121,186). Sum of RGB (Red+Green+Blue) = 220+121+186=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79BA is #238645. Grayscale: #9D9D9D. Windows color (decimal): -2328134 or 12220892. OLE color: 12220892.

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

Color convert

RGB 220 121 186 -
CMYK 0 0.45 0.15 0.14
HSL 320.61º 0.59% 0.67% -
HSV(B) 320.61º 0.45% 0.86% -
XYZ 45.22 32.44 50.33 -
YUV 158.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 220 121 186 0 0.45 0.15 0.14 320.61 0.59 0.67
Hex DC 79 BA 0 2D F E 141 3B 43
Octal 334 171 272 0 55 17 16 501 73 103
Binary 11011100 1111001 10111010 0 101101 1111 1110 101000001 111011 1000011

Color Harmonies of #DC79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79BA

Black with #DC79BA

Text Example


Text Example

White with #DC79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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