#DD71B4

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

Shades of Persian Pink #DD71B4

Tints of Persian Pink #DD71B4

Color information

#DD71B4 (or 0xDD71B4) is unknown color: approx Persian Pink. HEX triplet: DD, 71 and B4. RGB value is (221,113,180). Sum of RGB (Red+Green+Blue) = 221+113+180=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD71B4 is #228E4B. Grayscale: #989898. Windows color (decimal): -2264652 or 11825629. OLE color: 11825629.

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

Color convert

RGB221113180-
CMYK00.490.190.13
HSL322.78º61.36%65.49%-
HSV(B)322.78º48.87%86.67%-
XYZ43.9630.4846.75-
YUV152.93143.28176.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=43.00%
G=21.98%
B=35.02%

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
Decimal22111318000.490.190.13322.7861.3665.49
HexDD71B403113D1433d41
Octal335161264061231550375101
Binary1101110111100011011010001100011001111011010000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71B4; }

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

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

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

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

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

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

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

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