#DF7CBA

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

Shades of Persian Pink #DF7CBA

Tints of Persian Pink #DF7CBA

Color information

#DF7CBA (or 0xDF7CBA) is unknown color: approx Persian Pink. HEX triplet: DF, 7C and BA. RGB value is (223,124,186). Sum of RGB (Red+Green+Blue) = 223+124+186=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CBA is #208345. Grayscale: #A0A0A0. Windows color (decimal): -2130758 or 12221663. OLE color: 12221663.

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

Color convert

RGB223124186-
CMYK00.440.170.13
HSL322.42º60.74%68.04%-
HSV(B)322.42º44.39%87.45%-
XYZ46.533.6550.5-
YUV160.67142.3172.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 124 (48.83% from 255) = 23.26%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=41.84%
G=23.26%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312418600.440.170.13322.4260.7468.04
HexDF7CBA02C11D1423d44
Octal337174272054211550275104
Binary1101111111111001011101001011001000111011010000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CBA; }

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

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

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

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

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

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

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

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