#DF358E

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

Shades of Deep Cerise #DF358E

Tints of Deep Cerise #DF358E

Color information

#DF358E (or 0xDF358E) is unknown color: approx Deep Cerise. HEX triplet: DF, 35 and 8E. RGB value is (223,53,142). Sum of RGB (Red+Green+Blue) = 223+53+142=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF358E is #20CA71. Grayscale: #717171. Windows color (decimal): -2148978 or 9319903. OLE color: 9319903.

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

Color convert

RGB22353142-
CMYK00.760.360.13
HSL328.59º72.65%54.12%-
HSV(B)328.59º76.23%87.45%-
XYZ36.5920.1927.56-
YUV113.98143.82205.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 53 (21.09% from 255) = 12.68%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=53.35%
G=12.68%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235314200.760.360.13328.5972.6554.12
HexDF358E04C24D1494936
Octal337652160114441551111166
Binary11011111110101100011100100110010010011011010010011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF358E; }

 p { color: rgb(223,53,142); }

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

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

 a { background-color: rgb(223,53,142); }

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

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

 span { border-color: rgb(223,53,142); }

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