#DF285C

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

Shades of Cerise #DF285C

Tints of Cerise #DF285C

Color information

#DF285C (or 0xDF285C) is unknown color: approx Cerise. HEX triplet: DF, 28 and 5C. RGB value is (223,40,92). Sum of RGB (Red+Green+Blue) = 223+40+92=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF285C is #20D7A3. Grayscale: #646464. Windows color (decimal): -2152356 or 6039775. OLE color: 6039775.

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

Color convert

RGB2234092-
CMYK00.820.590.13
HSL342.95º74.09%51.57%-
HSV(B)342.95º82.06%87.45%-
XYZ33.1217.9811.85-
YUV100.64123.13215.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.82%
GREEN value IS 40 (16.02% from 255) = 11.27%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=62.82%
G=11.27%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223409200.820.590.13342.9574.0951.57
HexDF285C0523BD1574a34
Octal337501340122731552711264
Binary1101111110100010111000101001011101111011010101111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF285C; }

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

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

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

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

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

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

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

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