#DF72B5

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

Shades of Persian Pink #DF72B5

Tints of Persian Pink #DF72B5

Color information

#DF72B5 (or 0xDF72B5) is unknown color: approx Persian Pink. HEX triplet: DF, 72 and B5. RGB value is (223,114,181). Sum of RGB (Red+Green+Blue) = 223+114+181=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72B5 is #208D4A. Grayscale: #9A9A9A. Windows color (decimal): -2133323 or 11891423. OLE color: 11891423.

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

Color convert

RGB223114181-
CMYK00.490.190.13
HSL323.12º63.01%66.08%-
HSV(B)323.12º48.88%87.45%-
XYZ44.7931.0647.35-
YUV154.23143.11177.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=43.05%
G=22.01%
B=34.94%

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
Decimal22311418100.490.190.13323.1263.0166.08
HexDF72B503113D1433f42
Octal337162265061231550377102
Binary1101111111100101011010101100011001111011010000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF72B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF72B5; }

 p { color: rgb(223,114,181); }

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

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

 a { background-color: rgb(223,114,181); }

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

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

 span { border-color: rgb(223,114,181); }

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