#DF2584

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

Shades of Deep Cerise #DF2584

Tints of Deep Cerise #DF2584

Color information

#DF2584 (or 0xDF2584) is unknown color: approx Deep Cerise. HEX triplet: DF, 25 and 84. RGB value is (223,37,132). Sum of RGB (Red+Green+Blue) = 223+37+132=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2584 is #20DA7B. Grayscale: #676767. Windows color (decimal): -2153084 or 8660447. OLE color: 8660447.

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

Color convert

RGB22337132-
CMYK00.830.410.13
HSL329.35º74.4%50.98%-
HSV(B)329.35º83.41%87.45%-
XYZ35.2618.6823.58-
YUV103.44144.12213.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.89%
GREEN value IS 37 (14.84% from 255) = 9.44%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=56.89%
G=9.44%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233713200.830.410.13329.3574.450.98
HexDF258405329D1494a33
Octal337452040123511551111263
Binary11011111100101100001000101001110100111011010010011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2584; }

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

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

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

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

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

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

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

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