#DF75BA

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

Shades of Persian Pink #DF75BA

Tints of Persian Pink #DF75BA

Color information

#DF75BA (or 0xDF75BA) is unknown color: approx Persian Pink. HEX triplet: DF, 75 and BA. RGB value is (223,117,186). Sum of RGB (Red+Green+Blue) = 223+117+186=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75BA is #208A45. Grayscale: #9C9C9C. Windows color (decimal): -2132550 or 12219871. OLE color: 12219871.

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

Color convert

RGB223117186-
CMYK00.480.170.13
HSL320.94º62.35%66.67%-
HSV(B)320.94º47.53%87.45%-
XYZ45.6631.9650.22-
YUV156.56144.62175.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 117 (46.09% from 255) = 22.24%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=42.40%
G=22.24%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311718600.480.170.13320.9462.3566.67
HexDF75BA03011D1413e43
Octal337165272060211550176103
Binary1101111111101011011101001100001000111011010000011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75BA; }

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

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

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

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

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

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

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

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