#DB295A

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

Shades of Cerise #DB295A

Tints of Cerise #DB295A

Color information

#DB295A (or 0xDB295A) is unknown color: approx Cerise. HEX triplet: DB, 29 and 5A. RGB value is (219,41,90). Sum of RGB (Red+Green+Blue) = 219+41+90=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB295A is #24D6A5. Grayscale: #636363. Windows color (decimal): -2414246 or 5908955. OLE color: 5908955.

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

Color convert

RGB2194190-
CMYK00.810.590.14
HSL343.48º71.2%50.98%-
HSV(B)343.48º81.28%85.88%-
XYZ31.8517.3811.35-
YUV99.81122.47213.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.57%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=62.57%
G=11.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219419000.810.590.14343.4871.250.98
HexDB295A0513BE1574733
Octal333511320121731652710763
Binary1101101110100110110100101000111101111101010101111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB295A; }

 p { color: rgb(219,41,90); }

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

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

 a { background-color: rgb(219,41,90); }

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

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

 span { border-color: rgb(219,41,90); }

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