Html Css Color HEX #DC80BD Persian Pink

📋 copy color: '#DC80BD'

red 220 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #DC80BD

Tints of Persian Pink #DC80BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 40.97%
G = 23.84%
B = 35.2%

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

#DC80BD (or 0xDC80BD) is known color: Persian Pink. HEX triplet: DC, 80 and BD. RGB value is (220,128,189). Sum of RGB (Red+Green+Blue) = 220+128+189=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80BD is #237F42. Grayscale: #A2A2A2. Windows color (decimal): -2326339 or 12419292. OLE color: 12419292.

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

Color convert

RGB 220 128 189 -
CMYK 0 0.42 0.14 0.14
HSL 320.22º 0.57% 0.68% -
HSV(B) 320.22º 0.42% 0.86% -
XYZ 46.42 34.33 52.32 -
YUV 162.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 220 128 189 0 0.42 0.14 0.14 320.22 0.57 0.68
Hex DC 80 BD 0 2A E E 140 39 44
Octal 334 200 275 0 52 16 16 500 71 104
Binary 11011100 10000000 10111101 0 101010 1110 1110 101000000 111001 1000100

Color Harmonies of #DC80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80BD

Black with #DC80BD

Text Example


Text Example

White with #DC80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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