#DD72B7

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

Shades of Persian Pink #DD72B7

Tints of Persian Pink #DD72B7

Color information

#DD72B7 (or 0xDD72B7) is unknown color: approx Persian Pink. HEX triplet: DD, 72 and B7. RGB value is (221,114,183). Sum of RGB (Red+Green+Blue) = 221+114+183=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72B7 is #228D48. Grayscale: #999999. Windows color (decimal): -2264393 or 12022493. OLE color: 12022493.

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

Color convert

RGB221114183-
CMYK00.480.170.13
HSL321.31º61.14%65.69%-
HSV(B)321.31º48.42%86.67%-
XYZ44.3830.8348.41-
YUV153.86144.45175.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=42.66%
G=22.01%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111418300.480.170.13321.3161.1465.69
HexDD72B703011D1413d42
Octal335162267060211550175102
Binary1101110111100101011011101100001000111011010000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD72B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD72B7; }

 p { color: rgb(221,114,183); }

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

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

 a { background-color: rgb(221,114,183); }

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

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

 span { border-color: rgb(221,114,183); }

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