#DB2165

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

Shades of Cerise #DB2165

Tints of Cerise #DB2165

Color information

#DB2165 (or 0xDB2165) is unknown color: approx Cerise. HEX triplet: DB, 21 and 65. RGB value is (219,33,101). Sum of RGB (Red+Green+Blue) = 219+33+101=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2165 is #24DE9A. Grayscale: #606060. Windows color (decimal): -2416283 or 6627803. OLE color: 6627803.

HSL color Cylindrical-coordinate representation of color #DB2165: hue angle of 338.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2165 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB21933101-
CMYK00.850.540.14
HSL338.06º73.81%49.41%-
HSV(B)338.06º84.93%85.88%-
XYZ32.1117.0913.92-
YUV96.37130.62215.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.04%
GREEN value IS 33 (13.28% from 255) = 9.35%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=62.04%
G=9.35%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193310100.850.540.14338.0673.8149.41
HexDB216505536E1524a31
Octal333411450125661652211261
Binary1101101110000111001010101010111011011101010100101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2165; }

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

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

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

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

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

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

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

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