#DD80BB

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

Shades of Persian Pink #DD80BB

Tints of Persian Pink #DD80BB

Color information

#DD80BB (or 0xDD80BB) is unknown color: approx Persian Pink. HEX triplet: DD, 80 and BB. RGB value is (221,128,187). Sum of RGB (Red+Green+Blue) = 221+128+187=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80BB is #227F44. Grayscale: #A2A2A2. Windows color (decimal): -2260805 or 12288221. OLE color: 12288221.

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

Color convert

RGB221128187-
CMYK00.420.150.13
HSL321.94º57.76%68.43%-
HSV(B)321.94º42.08%86.67%-
XYZ46.5134.451.2-
YUV162.53141.81169.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 128 (50.39% from 255) = 23.88%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=41.23%
G=23.88%
B=34.89%

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
Decimal22112818700.420.150.13321.9457.7668.43
HexDD80BB02AFD1423a44
Octal335200273052171550272104
Binary1101110110000000101110110101010111111011010000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80BB; }

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

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

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

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

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

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

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

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