#df2b90

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

Shades of Deep Cerise #DF2B90

Tints of Deep Cerise #DF2B90

Color information

#DF2B90 (or 0xDF2B90) is unknown color: approx Deep Cerise. HEX triplet: DF, 2B and 90. RGB value is (223,43,144). Sum of RGB (Red+Green+Blue) = 223+43+144=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B90 is #20D46F. Grayscale: #6C6C6C. Windows color (decimal): -2151536 or 9448415. OLE color: 9448415.

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

Color convert

RGB22343144-
CMYK00.810.350.13
HSL326.33º73.77%52.16%-
HSV(B)326.33º80.72%87.45%-
XYZ36.3319.4328.22-
YUV108.33148.13209.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.39%
GREEN value IS 43 (17.19% from 255) = 10.49%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=54.39%
G=10.49%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234314400.810.350.13326.3373.7752.16
HexDF2B9005123D1464a34
Octal337532200121431550611264
Binary11011111101011100100000101000110001111011010001101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df2b90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df2b90; }

 p { color: rgb(223,43,144); }

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

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

 a { background-color: rgb(223,43,144); }

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

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

 span { border-color: rgb(223,43,144); }

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