#DF7CBF

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

Shades of Persian Pink #DF7CBF

Tints of Persian Pink #DF7CBF

Color information

#DF7CBF (or 0xDF7CBF) is unknown color: approx Persian Pink. HEX triplet: DF, 7C and BF. RGB value is (223,124,191). Sum of RGB (Red+Green+Blue) = 223+124+191=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CBF is #208340. Grayscale: #A1A1A1. Windows color (decimal): -2130753 or 12549343. OLE color: 12549343.

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

Color convert

RGB223124191-
CMYK00.440.140.13
HSL319.39º60.74%68.04%-
HSV(B)319.39º44.39%87.45%-
XYZ47.0433.8653.35-
YUV161.24144.8172.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 124 (48.83% from 255) = 23.05%
BLUE value IS 191 (75% from 255) = 35.50%
R=41.45%
G=23.05%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312419100.440.140.13319.3960.7468.04
HexDF7CBF02CED13f3d44
Octal337174277054161547775104
Binary110111111111100101111110101100111011011001111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CBF; }

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

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

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

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

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

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

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

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