Html Css Color HEX #DC79BC Persian Pink

📋 copy color: '#DC79BC'

red 220 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #DC79BC

Tints of Persian Pink #DC79BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 41.59%
G = 22.87%
B = 35.54%

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

#DC79BC (or 0xDC79BC) is known color: Persian Pink. HEX triplet: DC, 79 and BC. RGB value is (220,121,188). Sum of RGB (Red+Green+Blue) = 220+121+188=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79BC is #238643. Grayscale: #9E9E9E. Windows color (decimal): -2328132 or 12351964. OLE color: 12351964.

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

Color convert

RGB 220 121 188 -
CMYK 0 0.45 0.15 0.14
HSL 319.39º 0.59% 0.67% -
HSV(B) 319.39º 0.45% 0.86% -
XYZ 45.43 32.52 51.46 -
YUV 158.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 220 121 188 0 0.45 0.15 0.14 319.39 0.59 0.67
Hex DC 79 BC 0 2D F E 13F 3B 43
Octal 334 171 274 0 55 17 16 477 73 103
Binary 11011100 1111001 10111100 0 101101 1111 1110 100111111 111011 1000011

Color Harmonies of #DC79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79BC

Black with #DC79BC

Text Example


Text Example

White with #DC79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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