Html Css Color HEX #DC80BE Persian Pink

📋 copy color: '#DC80BE'

red 220 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #DC80BE

Tints of Persian Pink #DC80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 40.89%
G = 23.79%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC80BE (or 0xDC80BE) is known color: Persian Pink. HEX triplet: DC, 80 and BE. RGB value is (220,128,190). Sum of RGB (Red+Green+Blue) = 220+128+190=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80BE is #237F41. Grayscale: #A2A2A2. Windows color (decimal): -2326338 or 12484828. OLE color: 12484828.

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

Color convert

RGB 220 128 190 -
CMYK 0 0.42 0.14 0.14
HSL 319.57º 0.57% 0.68% -
HSV(B) 319.57º 0.42% 0.86% -
XYZ 46.53 34.37 52.9 -
YUV 162.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 220 128 190 0 0.42 0.14 0.14 319.57 0.57 0.68
Hex DC 80 BE 0 2A E E 140 39 44
Octal 334 200 276 0 52 16 16 500 71 104
Binary 11011100 10000000 10111110 0 101010 1110 1110 101000000 111001 1000100

Color Harmonies of #DC80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80BE

Black with #DC80BE

Text Example


Text Example

White with #DC80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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