#DD72B1

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

Shades of Persian Pink #DD72B1

Tints of Persian Pink #DD72B1

Color information

#DD72B1 (or 0xDD72B1) is unknown color: approx Persian Pink. HEX triplet: DD, 72 and B1. RGB value is (221,114,177). Sum of RGB (Red+Green+Blue) = 221+114+177=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72B1 is #228D4E. Grayscale: #999999. Windows color (decimal): -2264399 or 11629277. OLE color: 11629277.

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

Color convert

RGB221114177-
CMYK00.480.200.13
HSL324.67º61.14%65.69%-
HSV(B)324.67º48.42%86.67%-
XYZ43.7730.5845.19-
YUV153.17141.45176.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 114 (44.92% from 255) = 22.27%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=43.16%
G=22.27%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111417700.480.200.13324.6761.1465.69
HexDD72B103014D1453d42
Octal335162261060241550575102
Binary1101110111100101011000101100001010011011010001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD72B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD72B1; }

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

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

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

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

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

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

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

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