#DF2084

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

Shades of Deep Cerise #DF2084

Tints of Deep Cerise #DF2084

Color information

#DF2084 (or 0xDF2084) is unknown color: approx Deep Cerise. HEX triplet: DF, 20 and 84. RGB value is (223,32,132). Sum of RGB (Red+Green+Blue) = 223+32+132=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2084 is #20DF7B. Grayscale: #646464. Windows color (decimal): -2154364 or 8659167. OLE color: 8659167.

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

Color convert

RGB22332132-
CMYK00.860.410.13
HSL328.59º74.9%50%-
HSV(B)328.59º85.65%87.45%-
XYZ35.1118.3923.53-
YUV100.51145.78215.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.62%
GREEN value IS 32 (12.89% from 255) = 8.27%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=57.62%
G=8.27%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233213200.860.410.13328.5974.950
HexDF208405629D1494b32
Octal337402040126511551111362
Binary11011111100000100001000101011010100111011010010011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2084; }

 p { color: rgb(223,32,132); }

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

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

 a { background-color: rgb(223,32,132); }

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

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

 span { border-color: rgb(223,32,132); }

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