#DD71B3

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

Shades of Persian Pink #DD71B3

Tints of Persian Pink #DD71B3

Color information

#DD71B3 (or 0xDD71B3) is unknown color: approx Persian Pink. HEX triplet: DD, 71 and B3. RGB value is (221,113,179). Sum of RGB (Red+Green+Blue) = 221+113+179=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71B3 is #228E4C. Grayscale: #989898. Windows color (decimal): -2264653 or 11760093. OLE color: 11760093.

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

Color convert

RGB221113179-
CMYK00.490.190.13
HSL323.33º61.36%65.49%-
HSV(B)323.33º48.87%86.67%-
XYZ43.8630.4446.21-
YUV152.82142.78176.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=43.08%
G=22.03%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111317900.490.190.13323.3361.3665.49
HexDD71B303113D1433d41
Octal335161263061231550375101
Binary1101110111100011011001101100011001111011010000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71B3; }

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

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

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

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

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

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

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

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