Html Css Color HEX #DC80B7 Persian Pink

📋 copy color: '#DC80B7'

red 220 ◦ green 128 ◦ blue 183

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

Shades of Persian Pink #DC80B7

Tints of Persian Pink #DC80B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.46%

R = 41.43%
G = 24.11%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC80B7 (or 0xDC80B7) is known color: Persian Pink. HEX triplet: DC, 80 and B7. RGB value is (220,128,183). Sum of RGB (Red+Green+Blue) = 220+128+183=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80B7 is #237F48. Grayscale: #A1A1A1. Windows color (decimal): -2326345 or 12026076. OLE color: 12026076.

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

Color convert

RGB 220 128 183 -
CMYK 0 0.42 0.17 0.14
HSL 324.13º 0.57% 0.68% -
HSV(B) 324.13º 0.42% 0.86% -
XYZ 45.78 34.07 48.96 -
YUV 161.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 220 128 183 0 0.42 0.17 0.14 324.13 0.57 0.68
Hex DC 80 B7 0 2A 11 E 144 39 44
Octal 334 200 267 0 52 21 16 504 71 104
Binary 11011100 10000000 10110111 0 101010 10001 1110 101000100 111001 1000100

Color Harmonies of #DC80B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80B7

Black with #DC80B7

Text Example


Text Example

White with #DC80B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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