#DF325E

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

Shades of Cerise #DF325E

Tints of Cerise #DF325E

Color information

#DF325E (or 0xDF325E) is unknown color: approx Cerise. HEX triplet: DF, 32 and 5E. RGB value is (223,50,94). Sum of RGB (Red+Green+Blue) = 223+50+94=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF325E is #20CDA1. Grayscale: #6A6A6A. Windows color (decimal): -2149794 or 6173407. OLE color: 6173407.

HSL color Cylindrical-coordinate representation of color #DF325E: hue angle of 344.74º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF325E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB2235094-
CMYK00.780.580.13
HSL344.74º73%53.53%-
HSV(B)344.74º77.58%87.45%-
XYZ33.5918.7812.44-
YUV106.74120.81210.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.76%
GREEN value IS 50 (19.92% from 255) = 13.62%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=60.76%
G=13.62%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223509400.780.580.13344.747353.53
HexDF325E04E3AD1594936
Octal337621360116721553111166
Binary1101111111001010111100100111011101011011010110011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF325E; }

 p { color: rgb(223,50,94); }

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

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

 a { background-color: rgb(223,50,94); }

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

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

 span { border-color: rgb(223,50,94); }

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