Html Css Color HEX #DC80B3 Persian Pink

📋 copy color: '#DC80B3'

red 220 ◦ green 128 ◦ blue 179

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

Shades of Persian Pink #DC80B3

Tints of Persian Pink #DC80B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.97%

R = 41.75%
G = 24.29%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC80B3 (or 0xDC80B3) is known color: Persian Pink. HEX triplet: DC, 80 and B3. RGB value is (220,128,179). Sum of RGB (Red+Green+Blue) = 220+128+179=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80B3 is #237F4C. Grayscale: #A1A1A1. Windows color (decimal): -2326349 or 11763932. OLE color: 11763932.

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

Color convert

RGB 220 128 179 -
CMYK 0 0.42 0.19 0.14
HSL 326.74º 0.57% 0.68% -
HSV(B) 326.74º 0.42% 0.86% -
XYZ 45.37 33.91 46.8 -
YUV 161.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 220 128 179 0 0.42 0.19 0.14 326.74 0.57 0.68
Hex DC 80 B3 0 2A 13 E 147 39 44
Octal 334 200 263 0 52 23 16 507 71 104
Binary 11011100 10000000 10110011 0 101010 10011 1110 101000111 111001 1000100

Color Harmonies of #DC80B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80B3

Black with #DC80B3

Text Example


Text Example

White with #DC80B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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