#DF3084

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

Shades of Deep Cerise #DF3084

Tints of Deep Cerise #DF3084

Color information

#DF3084 (or 0xDF3084) is unknown color: approx Deep Cerise. HEX triplet: DF, 30 and 84. RGB value is (223,48,132). Sum of RGB (Red+Green+Blue) = 223+48+132=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3084 is #20CF7B. Grayscale: #6D6D6D. Windows color (decimal): -2150268 or 8663263. OLE color: 8663263.

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

Color convert

RGB22348132-
CMYK00.780.410.13
HSL331.2º73.22%53.14%-
HSV(B)331.2º78.48%87.45%-
XYZ35.6519.4723.71-
YUV109.9140.48208.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.33%
GREEN value IS 48 (19.14% from 255) = 11.91%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=55.33%
G=11.91%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234813200.780.410.13331.273.2253.14
HexDF308404E29D14b4935
Octal337602040116511551311165
Binary11011111110000100001000100111010100111011010010111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3084; }

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

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

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

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

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

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

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

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