#DD72B6

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

Shades of Persian Pink #DD72B6

Tints of Persian Pink #DD72B6

Color information

#DD72B6 (or 0xDD72B6) is unknown color: approx Persian Pink. HEX triplet: DD, 72 and B6. RGB value is (221,114,182). Sum of RGB (Red+Green+Blue) = 221+114+182=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72B6 is #228D49. Grayscale: #999999. Windows color (decimal): -2264394 or 11956957. OLE color: 11956957.

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

Color convert

RGB221114182-
CMYK00.480.180.13
HSL321.87º61.14%65.69%-
HSV(B)321.87º48.42%86.67%-
XYZ44.2830.7847.86-
YUV153.74143.95175.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=42.75%
G=22.05%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111418200.480.180.13321.8761.1465.69
HexDD72B603012D1423d42
Octal335162266060221550275102
Binary1101110111100101011011001100001001011011010000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD72B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD72B6; }

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

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

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

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

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

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

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

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