#DF70BE

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

Shades of Persian Pink #DF70BE

Tints of Persian Pink #DF70BE

Color information

#DF70BE (or 0xDF70BE) is unknown color: approx Persian Pink. HEX triplet: DF, 70 and BE. RGB value is (223,112,190). Sum of RGB (Red+Green+Blue) = 223+112+190=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70BE is #208F41. Grayscale: #999999. Windows color (decimal): -2133826 or 12480735. OLE color: 12480735.

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

Color convert

RGB223112190-
CMYK00.500.150.13
HSL317.84º63.43%65.69%-
HSV(B)317.84º49.78%87.45%-
XYZ45.5230.9952.3-
YUV154.08148.27177.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 112 (44.14% from 255) = 21.33%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=42.48%
G=21.33%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311219000.500.150.13317.8463.4365.69
HexDF70BE032FD13e3f42
Octal337160276062171547677102
Binary110111111110000101111100110010111111011001111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF70BE; }

 p { color: rgb(223,112,190); }

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

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

 a { background-color: rgb(223,112,190); }

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

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

 span { border-color: rgb(223,112,190); }

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