#DD80BC

Color #DD80BC Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DD80BC

Tints of Persian Pink #DD80BC

Color information

#DD80BC (or 0xDD80BC) is unknown color: approx Persian Pink. HEX triplet: DD, 80 and BC. RGB value is (221,128,188). Sum of RGB (Red+Green+Blue) = 221+128+188=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80BC is #227F43. Grayscale: #A2A2A2. Windows color (decimal): -2260804 or 12353757. OLE color: 12353757.

HSL color Cylindrical-coordinate representation of color #DD80BC: hue angle of 321.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80BC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221128188-
CMYK00.420.150.13
HSL321.29º57.76%68.43%-
HSV(B)321.29º42.08%86.67%-
XYZ46.6234.4451.77-
YUV162.65142.31169.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=41.15%
G=23.84%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112818800.420.150.13321.2957.7668.43
HexDD80BC02AFD1413a44
Octal335200274052171550172104
Binary1101110110000000101111000101010111111011010000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80BC; }

 p { color: rgb(221,128,188); }

 H1.HeaderClassName
 {
   color: #DD80BC;
 }
 .AnyTagClassName
 {
   color: #DD80BC;
 }
</style>
background-color css

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

 a { background-color: rgb(221,128,188); }

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

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

 span { border-color: rgb(221,128,188); }

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