#DF5096

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

Shades of French Rose #DF5096

Tints of French Rose #DF5096

Color information

#DF5096 (or 0xDF5096) is unknown color: approx French Rose. HEX triplet: DF, 50 and 96. RGB value is (223,80,150). Sum of RGB (Red+Green+Blue) = 223+80+150=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5096 is #20AF69. Grayscale: #828282. Windows color (decimal): -2142058 or 9851103. OLE color: 9851103.

HSL color Cylindrical-coordinate representation of color #DF5096: hue angle of 330.63º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5096 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22380150-
CMYK00.640.330.13
HSL330.63º69.08%59.41%-
HSV(B)330.63º64.13%87.45%-
XYZ38.8123.6331.37-
YUV130.74138.88193.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=49.23%
G=17.66%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238015000.640.330.13330.6369.0859.41
HexDF509604021D14b453b
Octal3371202260100411551310573
Binary110111111010000100101100100000010000111011010010111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5096; }

 p { color: rgb(223,80,150); }

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

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

 a { background-color: rgb(223,80,150); }

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

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

 span { border-color: rgb(223,80,150); }

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