Html Css Color HEX #DC80B9 Persian Pink

📋 copy color: '#DC80B9'

red 220 ◦ green 128 ◦ blue 185

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

Shades of Persian Pink #DC80B9

Tints of Persian Pink #DC80B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.71%

R = 41.28%
G = 24.02%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC80B9 (or 0xDC80B9) is known color: Persian Pink. HEX triplet: DC, 80 and B9. RGB value is (220,128,185). Sum of RGB (Red+Green+Blue) = 220+128+185=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80B9 is #237F46. Grayscale: #A1A1A1. Windows color (decimal): -2326343 or 12157148. OLE color: 12157148.

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

Color convert

RGB 220 128 185 -
CMYK 0 0.42 0.16 0.14
HSL 322.83º 0.57% 0.68% -
HSV(B) 322.83º 0.42% 0.86% -
XYZ 45.99 34.16 50.07 -
YUV 162.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 220 128 185 0 0.42 0.16 0.14 322.83 0.57 0.68
Hex DC 80 B9 0 2A 10 E 143 39 44
Octal 334 200 271 0 52 20 16 503 71 104
Binary 11011100 10000000 10111001 0 101010 10000 1110 101000011 111001 1000100

Color Harmonies of #DC80B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80B9

Black with #DC80B9

Text Example


Text Example

White with #DC80B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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