#DD81BF

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

Shades of Persian Pink #DD81BF

Tints of Persian Pink #DD81BF

Color information

#DD81BF (or 0xDD81BF) is unknown color: approx Persian Pink. HEX triplet: DD, 81 and BF. RGB value is (221,129,191). Sum of RGB (Red+Green+Blue) = 221+129+191=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81BF is #227E40. Grayscale: #A3A3A3. Windows color (decimal): -2260545 or 12550621. OLE color: 12550621.

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

Color convert

RGB221129191-
CMYK00.420.140.13
HSL319.57º57.5%68.63%-
HSV(B)319.57º41.63%86.67%-
XYZ47.0734.8353.53-
YUV163.58143.48168.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 191 (75% from 255) = 35.30%
R=40.85%
G=23.84%
B=35.30%

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
Decimal22112919100.420.140.13319.5757.568.63
HexDD81BF02AED1403a45
Octal335201277052161550072105
Binary1101110110000001101111110101010111011011010000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81BF; }

 p { color: rgb(221,129,191); }

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

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

 a { background-color: rgb(221,129,191); }

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

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

 span { border-color: rgb(221,129,191); }

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