#DF2690

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

Shades of Deep Cerise #DF2690

Tints of Deep Cerise #DF2690

Color information

#DF2690 (or 0xDF2690) is unknown color: approx Deep Cerise. HEX triplet: DF, 26 and 90. RGB value is (223,38,144). Sum of RGB (Red+Green+Blue) = 223+38+144=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2690 is #20D96F. Grayscale: #696969. Windows color (decimal): -2152816 or 9447135. OLE color: 9447135.

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

Color convert

RGB22338144-
CMYK00.830.350.13
HSL325.62º74.3%51.18%-
HSV(B)325.62º82.96%87.45%-
XYZ36.1619.0928.16-
YUV105.4149.79211.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.06%
GREEN value IS 38 (15.23% from 255) = 9.38%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=55.06%
G=9.38%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233814400.830.350.13325.6274.351.18
HexDF269005323D1464a33
Octal337462200123431550611263
Binary11011111100110100100000101001110001111011010001101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2690; }

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

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

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

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

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

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

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

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