#DF72BA

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

Shades of Persian Pink #DF72BA

Tints of Persian Pink #DF72BA

Color information

#DF72BA (or 0xDF72BA) is unknown color: approx Persian Pink. HEX triplet: DF, 72 and BA. RGB value is (223,114,186). Sum of RGB (Red+Green+Blue) = 223+114+186=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72BA is #208D45. Grayscale: #9A9A9A. Windows color (decimal): -2133318 or 12219103. OLE color: 12219103.

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

Color convert

RGB223114186-
CMYK00.490.170.13
HSL320.37º63.01%66.08%-
HSV(B)320.37º48.88%87.45%-
XYZ45.3131.2750.1-
YUV154.8145.61176.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 114 (44.92% from 255) = 21.80%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=42.64%
G=21.80%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311418600.490.170.13320.3763.0166.08
HexDF72BA03111D1403f42
Octal337162272061211550077102
Binary1101111111100101011101001100011000111011010000001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF72BA; }

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

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

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

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

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

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

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

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