#DF75B3

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

Shades of Persian Pink #DF75B3

Tints of Persian Pink #DF75B3

Color information

#DF75B3 (or 0xDF75B3) is unknown color: approx Persian Pink. HEX triplet: DF, 75 and B3. RGB value is (223,117,179). Sum of RGB (Red+Green+Blue) = 223+117+179=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75B3 is #208A4C. Grayscale: #9B9B9B. Windows color (decimal): -2132557 or 11761119. OLE color: 11761119.

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

Color convert

RGB223117179-
CMYK00.480.200.13
HSL324.91º62.35%66.67%-
HSV(B)324.91º47.53%87.45%-
XYZ44.9331.6746.39-
YUV155.76141.12175.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=42.97%
G=22.54%
B=34.49%

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
Decimal22311717900.480.200.13324.9162.3566.67
HexDF75B303014D1453e43
Octal337165263060241550576103
Binary1101111111101011011001101100001010011011010001011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75B3; }

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

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

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

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

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

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

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

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