#DF74B1

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

Shades of Persian Pink #DF74B1

Tints of Persian Pink #DF74B1

Color information

#DF74B1 (or 0xDF74B1) is unknown color: approx Persian Pink. HEX triplet: DF, 74 and B1. RGB value is (223,116,177). Sum of RGB (Red+Green+Blue) = 223+116+177=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74B1 is #208B4E. Grayscale: #9A9A9A. Windows color (decimal): -2132815 or 11629791. OLE color: 11629791.

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

Color convert

RGB223116177-
CMYK00.480.210.13
HSL325.79º62.57%66.47%-
HSV(B)325.79º47.98%87.45%-
XYZ44.6131.3545.3-
YUV154.95140.45176.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.22%
GREEN value IS 116 (45.70% from 255) = 22.48%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=43.22%
G=22.48%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311617700.480.210.13325.7962.5766.47
HexDF74B103015D1463f42
Octal337164261060251550677102
Binary1101111111101001011000101100001010111011010001101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF74B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF74B1; }

 p { color: rgb(223,116,177); }

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

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

 a { background-color: rgb(223,116,177); }

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

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

 span { border-color: rgb(223,116,177); }

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