#DB2274

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

Shades of Deep Cerise #DB2274

Tints of Deep Cerise #DB2274

Color information

#DB2274 (or 0xDB2274) is unknown color: approx Deep Cerise. HEX triplet: DB, 22 and 74. RGB value is (219,34,116). Sum of RGB (Red+Green+Blue) = 219+34+116=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2274 is #24DD8B. Grayscale: #626262. Windows color (decimal): -2416012 or 7611099. OLE color: 7611099.

HSL color Cylindrical-coordinate representation of color #DB2274: hue angle of 333.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2274 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB21934116-
CMYK00.840.470.14
HSL333.41º73.12%49.61%-
HSV(B)333.41º84.47%85.88%-
XYZ32.9417.4718.16-
YUV98.66137.79213.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.35%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=59.35%
G=9.21%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193411600.840.470.14333.4173.1249.61
HexDB22740542FE14d4932
Octal333421640124571651511162
Binary1101101110001011101000101010010111111101010011011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2274; }

 p { color: rgb(219,34,116); }

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

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

 a { background-color: rgb(219,34,116); }

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

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

 span { border-color: rgb(219,34,116); }

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