#DF75BF

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

Shades of Persian Pink #DF75BF

Tints of Persian Pink #DF75BF

Color information

#DF75BF (or 0xDF75BF) is unknown color: approx Persian Pink. HEX triplet: DF, 75 and BF. RGB value is (223,117,191). Sum of RGB (Red+Green+Blue) = 223+117+191=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75BF is #208A40. Grayscale: #9C9C9C. Windows color (decimal): -2132545 or 12547551. OLE color: 12547551.

HSL color Cylindrical-coordinate representation of color #DF75BF: hue angle of 318.11º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75BF is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223117191-
CMYK00.480.140.13
HSL318.11º62.35%66.67%-
HSV(B)318.11º47.53%87.45%-
XYZ46.232.1753.07-
YUV157.13147.12174.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 117 (46.09% from 255) = 22.03%
BLUE value IS 191 (75% from 255) = 35.97%
R=42.00%
G=22.03%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311719100.480.140.13318.1162.3566.67
HexDF75BF030ED13e3e43
Octal337165277060161547676103
Binary110111111110101101111110110000111011011001111101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75BF; }

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

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

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

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

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

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

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

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