#DB4266

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

Shades of Cerise #DB4266

Tints of Cerise #DB4266

Color information

#DB4266 (or 0xDB4266) is unknown color: approx Cerise. HEX triplet: DB, 42 and 66. RGB value is (219,66,102). Sum of RGB (Red+Green+Blue) = 219+66+102=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4266 is #24BD99. Grayscale: #737373. Windows color (decimal): -2407834 or 6701787. OLE color: 6701787.

HSL color Cylindrical-coordinate representation of color #DB4266: hue angle of 345.88º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4266 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB21966102-
CMYK00.700.530.14
HSL345.88º68%55.88%-
HSV(B)345.88º69.86%85.88%-
XYZ33.5619.9214.65-
YUV115.85120.19201.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.59%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=56.59%
G=17.05%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196610200.700.530.14345.886855.88
HexDB426604635E15a4438
Octal3331021460106651653210470
Binary11011011100001011001100100011011010111101010110101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4266; }

 p { color: rgb(219,66,102); }

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

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

 a { background-color: rgb(219,66,102); }

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

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

 span { border-color: rgb(219,66,102); }

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