#DB4692

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

Shades of Deep Cerise #DB4692

Tints of Deep Cerise #DB4692

Color information

#DB4692 (or 0xDB4692) is unknown color: approx Deep Cerise. HEX triplet: DB, 46 and 92. RGB value is (219,70,146). Sum of RGB (Red+Green+Blue) = 219+70+146=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4692 is #24B96D. Grayscale: #7B7B7B. Windows color (decimal): -2406766 or 9586395. OLE color: 9586395.

HSL color Cylindrical-coordinate representation of color #DB4692: hue angle of 329.4º 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 #DB4692 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB21970146-
CMYK00.680.330.14
HSL329.4º67.42%56.67%-
HSV(B)329.4º68.04%85.88%-
XYZ36.5921.5229.42-
YUV123.22140.86196.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.34%
GREEN value IS 70 (27.73% from 255) = 16.09%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=50.34%
G=16.09%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197014600.680.330.14329.467.4256.67
HexDB469204421E1494339
Octal3331062220104411651110371
Binary110110111000110100100100100010010000111101010010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4692; }

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

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

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

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

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

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

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

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