#DF39B1

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

Shades of Persian Rose #DF39B1

Tints of Persian Rose #DF39B1

Color information

#DF39B1 (or 0xDF39B1) is unknown color: approx Persian Rose. HEX triplet: DF, 39 and B1. RGB value is (223,57,177). Sum of RGB (Red+Green+Blue) = 223+57+177=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF39B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF39B1 is #20C64E. Grayscale: #777777. Windows color (decimal): -2147919 or 11614687. OLE color: 11614687.

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

Color convert

RGB22357177-
CMYK00.740.210.13
HSL316.63º72.17%54.9%-
HSV(B)316.63º74.44%87.45%-
XYZ39.8321.7943.7-
YUV120.31160201.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 57 (22.66% from 255) = 12.47%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=48.80%
G=12.47%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235717700.740.210.13316.6372.1754.9
HexDF39B104A15D13d4837
Octal337712610112251547511067
Binary1101111111100110110001010010101010111011001111011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF39B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF39B1; }

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

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

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

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

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

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

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

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