#DB4484

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

Shades of Deep Cerise #DB4484

Tints of Deep Cerise #DB4484

Color information

#DB4484 (or 0xDB4484) is unknown color: approx Deep Cerise. HEX triplet: DB, 44 and 84. RGB value is (219,68,132). Sum of RGB (Red+Green+Blue) = 219+68+132=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4484 is #24BB7B. Grayscale: #787878. Windows color (decimal): -2407292 or 8668379. OLE color: 8668379.

HSL color Cylindrical-coordinate representation of color #DB4484: hue angle of 334.57º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4484 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB21968132-
CMYK00.690.400.14
HSL334.57º67.71%56.27%-
HSV(B)334.57º68.95%85.88%-
XYZ35.4520.8623.99-
YUV120.44134.53198.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.27%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=52.27%
G=16.23%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196813200.690.400.14334.5767.7156.27
HexDB448404528E14f4438
Octal3331042040105501651710470
Binary110110111000100100001000100010110100011101010011111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4484; }

 p { color: rgb(219,68,132); }

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

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

 a { background-color: rgb(219,68,132); }

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

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

 span { border-color: rgb(219,68,132); }

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