Html Css Color HEX #DC80BA Persian Pink

📋 copy color: '#DC80BA'

red 220 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #DC80BA

Tints of Persian Pink #DC80BA

RGB

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

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

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

R = 41.2%
G = 23.97%
B = 34.83%

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

#DC80BA (or 0xDC80BA) is known color: Persian Pink. HEX triplet: DC, 80 and BA. RGB value is (220,128,186). Sum of RGB (Red+Green+Blue) = 220+128+186=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80BA is #237F45. Grayscale: #A1A1A1. Windows color (decimal): -2326342 or 12222684. OLE color: 12222684.

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

Color convert

RGB 220 128 186 -
CMYK 0 0.42 0.15 0.14
HSL 322.17º 0.57% 0.68% -
HSV(B) 322.17º 0.42% 0.86% -
XYZ 46.1 34.2 50.63 -
YUV 162.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 220 128 186 0 0.42 0.15 0.14 322.17 0.57 0.68
Hex DC 80 BA 0 2A F E 142 39 44
Octal 334 200 272 0 52 17 16 502 71 104
Binary 11011100 10000000 10111010 0 101010 1111 1110 101000010 111001 1000100

Color Harmonies of #DC80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80BA

Black with #DC80BA

Text Example


Text Example

White with #DC80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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