#DF2E98

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

Shades of Deep Cerise #DF2E98

Tints of Deep Cerise #DF2E98

Color information

#DF2E98 (or 0xDF2E98) is unknown color: approx Deep Cerise. HEX triplet: DF, 2E and 98. RGB value is (223,46,152). Sum of RGB (Red+Green+Blue) = 223+46+152=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E98 is #20D167. Grayscale: #6E6E6E. Windows color (decimal): -2150760 or 9973471. OLE color: 9973471.

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

Color convert

RGB22346152-
CMYK00.790.320.13
HSL324.07º73.44%52.75%-
HSV(B)324.07º79.37%87.45%-
XYZ37.0819.9131.59-
YUV111.01151.14207.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.97%
GREEN value IS 46 (18.36% from 255) = 10.93%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=52.97%
G=10.93%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234615200.790.320.13324.0773.4452.75
HexDF2E9804F20D1444935
Octal337562300117401550411165
Binary11011111101110100110000100111110000011011010001001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2E98; }

 p { color: rgb(223,46,152); }

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

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

 a { background-color: rgb(223,46,152); }

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

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

 span { border-color: rgb(223,46,152); }

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