#DD80BE

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

Shades of Persian Pink #DD80BE

Tints of Persian Pink #DD80BE

Color information

#DD80BE (or 0xDD80BE) is unknown color: approx Persian Pink. HEX triplet: DD, 80 and BE. RGB value is (221,128,190). Sum of RGB (Red+Green+Blue) = 221+128+190=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80BE is #227F41. Grayscale: #A2A2A2. Windows color (decimal): -2260802 or 12484829. OLE color: 12484829.

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

Color convert

RGB221128190-
CMYK00.420.140.13
HSL320º57.76%68.43%-
HSV(B)320º42.08%86.67%-
XYZ46.8334.5352.91-
YUV162.87143.31169.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=41.00%
G=23.75%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112819000.420.140.1332057.7668.43
HexDD80BE02AED1403a44
Octal335200276052161550072104
Binary1101110110000000101111100101010111011011010000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80BE; }

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

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

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

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

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

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

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

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