#DB2684

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

Shades of Deep Cerise #DB2684

Tints of Deep Cerise #DB2684

Color information

#DB2684 (or 0xDB2684) is unknown color: approx Deep Cerise. HEX triplet: DB, 26 and 84. RGB value is (219,38,132). Sum of RGB (Red+Green+Blue) = 219+38+132=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2684 is #24D97B. Grayscale: #666666. Windows color (decimal): -2414972 or 8660699. OLE color: 8660699.

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

Color convert

RGB21938132-
CMYK00.830.400.14
HSL328.84º71.54%50.39%-
HSV(B)328.84º82.65%85.88%-
XYZ34.0718.1123.53-
YUV102.84144.47210.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.30%
GREEN value IS 38 (15.23% from 255) = 9.77%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=56.30%
G=9.77%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193813200.830.400.14328.8471.5450.39
HexDB268405328E1494832
Octal333462040123501651111062
Binary11011011100110100001000101001110100011101010010011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2684; }

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

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

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

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

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

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

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

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