#DF7DBA

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

Shades of Persian Pink #DF7DBA

Tints of Persian Pink #DF7DBA

Color information

#DF7DBA (or 0xDF7DBA) is unknown color: approx Persian Pink. HEX triplet: DF, 7D and BA. RGB value is (223,125,186). Sum of RGB (Red+Green+Blue) = 223+125+186=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DBA is #208245. Grayscale: #A1A1A1. Windows color (decimal): -2130502 or 12221919. OLE color: 12221919.

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

Color convert

RGB223125186-
CMYK00.440.170.13
HSL322.65º60.49%68.24%-
HSV(B)322.65º43.95%87.45%-
XYZ46.6333.950.54-
YUV161.26141.97172.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=41.76%
G=23.41%
B=34.83%

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
Decimal22312518600.440.170.13322.6560.4968.24
HexDF7DBA02C11D1433c44
Octal337175272054211550374104
Binary1101111111111011011101001011001000111011010000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DBA; }

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

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

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

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

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

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

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

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