#DF75B2

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

Shades of Persian Pink #DF75B2

Tints of Persian Pink #DF75B2

Color information

#DF75B2 (or 0xDF75B2) is unknown color: approx Persian Pink. HEX triplet: DF, 75 and B2. RGB value is (223,117,178). Sum of RGB (Red+Green+Blue) = 223+117+178=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75B2 is #208A4D. Grayscale: #9B9B9B. Windows color (decimal): -2132558 or 11695583. OLE color: 11695583.

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

Color convert

RGB223117178-
CMYK00.480.200.13
HSL325.47º62.35%66.67%-
HSV(B)325.47º47.53%87.45%-
XYZ44.8331.6245.86-
YUV155.65140.62176.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=43.05%
G=22.59%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311717800.480.200.13325.4762.3566.67
HexDF75B203014D1453e43
Octal337165262060241550576103
Binary1101111111101011011001001100001010011011010001011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75B2; }

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

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

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

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

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

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

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

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