#DF285D

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

Shades of Cerise #DF285D

Tints of Cerise #DF285D

Color information

#DF285D (or 0xDF285D) is unknown color: approx Cerise. HEX triplet: DF, 28 and 5D. RGB value is (223,40,93). Sum of RGB (Red+Green+Blue) = 223+40+93=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF285D is #20D7A2. Grayscale: #646464. Windows color (decimal): -2152355 or 6105311. OLE color: 6105311.

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

Color convert

RGB2234093-
CMYK00.820.580.13
HSL342.62º74.09%51.57%-
HSV(B)342.62º82.06%87.45%-
XYZ33.171812.08-
YUV100.76123.63215.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.64%
GREEN value IS 40 (16.02% from 255) = 11.24%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=62.64%
G=11.24%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223409300.820.580.13342.6274.0951.57
HexDF285D0523AD1574a34
Octal337501350122721552711264
Binary1101111110100010111010101001011101011011010101111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF285D; }

 p { color: rgb(223,40,93); }

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

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

 a { background-color: rgb(223,40,93); }

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

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

 span { border-color: rgb(223,40,93); }

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