#DB2965

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

Shades of Cerise #DB2965

Tints of Cerise #DB2965

Color information

#DB2965 (or 0xDB2965) is unknown color: approx Cerise. HEX triplet: DB, 29 and 65. RGB value is (219,41,101). Sum of RGB (Red+Green+Blue) = 219+41+101=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2965 is #24D69A. Grayscale: #656565. Windows color (decimal): -2414235 or 6629851. OLE color: 6629851.

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

Color convert

RGB21941101-
CMYK00.810.540.14
HSL339.78º71.2%50.98%-
HSV(B)339.78º81.28%85.88%-
XYZ32.3617.5914-
YUV101.06127.97212.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 60.66%
GREEN value IS 41 (16.41% from 255) = 11.36%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=60.66%
G=11.36%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194110100.810.540.14339.7871.250.98
HexDB296505136E1544733
Octal333511450121661652410763
Binary1101101110100111001010101000111011011101010101001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2965; }

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

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

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

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

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

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

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

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