#df74b5

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

Shades of Persian Pink #DF74B5

Tints of Persian Pink #DF74B5

Color information

#DF74B5 (or 0xDF74B5) is unknown color: approx Persian Pink. HEX triplet: DF, 74 and B5. RGB value is (223,116,181). Sum of RGB (Red+Green+Blue) = 223+116+181=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74B5 is #208B4A. Grayscale: #9B9B9B. Windows color (decimal): -2132811 or 11891935. OLE color: 11891935.

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

Color convert

RGB223116181-
CMYK00.480.190.13
HSL323.55º62.57%66.47%-
HSV(B)323.55º47.98%87.45%-
XYZ45.0231.5147.43-
YUV155.4142.45176.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 116 (45.70% from 255) = 22.31%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=42.88%
G=22.31%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311618100.480.190.13323.5562.5766.47
HexDF74B503013D1443f42
Octal337164265060231550477102
Binary1101111111101001011010101100001001111011010001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df74b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df74b5; }

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

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

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

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

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

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

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

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