#DB279E

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

Shades of Deep Cerise #DB279E

Tints of Deep Cerise #DB279E

Color information

#DB279E (or 0xDB279E) is unknown color: approx Deep Cerise. HEX triplet: DB, 27 and 9E. RGB value is (219,39,158). Sum of RGB (Red+Green+Blue) = 219+39+158=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB279E is #24D861. Grayscale: #6A6A6A. Windows color (decimal): -2414690 or 10364891. OLE color: 10364891.

HSL color Cylindrical-coordinate representation of color #DB279E: hue angle of 320.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB279E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB21939158-
CMYK00.820.280.14
HSL320.33º71.43%50.59%-
HSV(B)320.33º82.19%85.88%-
XYZ36.1118.9834.11-
YUV106.39157.13208.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.64%
GREEN value IS 39 (15.62% from 255) = 9.38%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=52.64%
G=9.38%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193915800.820.280.14320.3371.4350.59
HexDB279E0521CE1404733
Octal333472360122341650010763
Binary1101101110011110011110010100101110011101010000001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB279E; }

 p { color: rgb(219,39,158); }

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

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

 a { background-color: rgb(219,39,158); }

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

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

 span { border-color: rgb(219,39,158); }

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