#DF2580

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

Shades of Deep Cerise #DF2580

Tints of Deep Cerise #DF2580

Color information

#DF2580 (or 0xDF2580) is unknown color: approx Deep Cerise. HEX triplet: DF, 25 and 80. RGB value is (223,37,128). Sum of RGB (Red+Green+Blue) = 223+37+128=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2580 is #20DA7F. Grayscale: #666666. Windows color (decimal): -2153088 or 8398303. OLE color: 8398303.

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

Color convert

RGB22337128-
CMYK00.830.430.13
HSL330.65º74.4%50.98%-
HSV(B)330.65º83.41%87.45%-
XYZ34.9918.5722.16-
YUV102.99142.12213.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.47%
GREEN value IS 37 (14.84% from 255) = 9.54%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=57.47%
G=9.54%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233712800.830.430.13330.6574.450.98
HexDF25800532BD14b4a33
Octal337452000123531551311263
Binary11011111100101100000000101001110101111011010010111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2580; }

 p { color: rgb(223,37,128); }

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

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

 a { background-color: rgb(223,37,128); }

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

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

 span { border-color: rgb(223,37,128); }

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