#DB4691

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

Shades of Deep Cerise #DB4691

Tints of Deep Cerise #DB4691

Color information

#DB4691 (or 0xDB4691) is unknown color: approx Deep Cerise. HEX triplet: DB, 46 and 91. RGB value is (219,70,145). Sum of RGB (Red+Green+Blue) = 219+70+145=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4691 is #24B96E. Grayscale: #7A7A7A. Windows color (decimal): -2406767 or 9520859. OLE color: 9520859.

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

Color convert

RGB21970145-
CMYK00.680.340.14
HSL329.8º67.42%56.67%-
HSV(B)329.8º68.04%85.88%-
XYZ36.5121.4829.01-
YUV123.1140.36196.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.46%
GREEN value IS 70 (27.73% from 255) = 16.13%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=50.46%
G=16.13%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197014500.680.340.14329.867.4256.67
HexDB469104422E14a4339
Octal3331062210104421651210371
Binary110110111000110100100010100010010001011101010010101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4691; }

 p { color: rgb(219,70,145); }

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

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

 a { background-color: rgb(219,70,145); }

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

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

 span { border-color: rgb(219,70,145); }

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