#DD71BA

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

Shades of Persian Pink #DD71BA

Tints of Persian Pink #DD71BA

Color information

#DD71BA (or 0xDD71BA) is unknown color: approx Persian Pink. HEX triplet: DD, 71 and BA. RGB value is (221,113,186). Sum of RGB (Red+Green+Blue) = 221+113+186=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71BA is #228E45. Grayscale: #999999. Windows color (decimal): -2264646 or 12218845. OLE color: 12218845.

HSL color Cylindrical-coordinate representation of color #DD71BA: hue angle of 319.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71BA is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221113186-
CMYK00.490.160.13
HSL319.44º61.36%65.49%-
HSV(B)319.44º48.87%86.67%-
XYZ44.5930.7350.04-
YUV153.61146.28176.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=42.5%
G=21.73%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111318600.490.160.13319.4461.3665.49
HexDD71BA03110D13f3d41
Octal335161272061201547775101
Binary1101110111100011011101001100011000011011001111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71BA; }

 p { color: rgb(221,113,186); }

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

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

 a { background-color: rgb(221,113,186); }

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

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

 span { border-color: rgb(221,113,186); }

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