Html Css Color HEX #DC80BC Persian Pink

📋 copy color: '#DC80BC'

red 220 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #DC80BC

Tints of Persian Pink #DC80BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.88%

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

R = 41.04%
G = 23.88%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC80BC (or 0xDC80BC) is known color: Persian Pink. HEX triplet: DC, 80 and BC. RGB value is (220,128,188). Sum of RGB (Red+Green+Blue) = 220+128+188=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80BC is #237F43. Grayscale: #A2A2A2. Windows color (decimal): -2326340 or 12353756. OLE color: 12353756.

HSL color Cylindrical-coordinate representation of color #DC80BC: hue angle of 320.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80BC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 188 -
CMYK 0 0.42 0.15 0.14
HSL 320.87º 0.57% 0.68% -
HSV(B) 320.87º 0.42% 0.86% -
XYZ 46.31 34.28 51.75 -
YUV 162.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 220 128 188 0 0.42 0.15 0.14 320.87 0.57 0.68
Hex DC 80 BC 0 2A F E 141 39 44
Octal 334 200 274 0 52 17 16 501 71 104
Binary 11011100 10000000 10111100 0 101010 1111 1110 101000001 111001 1000100

Color Harmonies of #DC80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80BC

Black with #DC80BC

Text Example


Text Example

White with #DC80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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