#DB3668

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

Shades of Cerise #DB3668

Tints of Cerise #DB3668

Color information

#DB3668 (or 0xDB3668) is unknown color: approx Cerise. HEX triplet: DB, 36 and 68. RGB value is (219,54,104). Sum of RGB (Red+Green+Blue) = 219+54+104=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3668 is #24C997. Grayscale: #6D6D6D. Windows color (decimal): -2410904 or 6829787. OLE color: 6829787.

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

Color convert

RGB21954104-
CMYK00.750.530.14
HSL341.82º69.62%53.53%-
HSV(B)341.82º75.34%85.88%-
XYZ33.0318.714.96-
YUV109.03125.16206.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.09%
GREEN value IS 54 (21.48% from 255) = 14.32%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=58.09%
G=14.32%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195410400.750.530.14341.8269.6253.53
HexDB366804B35E1564636
Octal333661500113651652610666
Binary1101101111011011010000100101111010111101010101101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3668; }

 p { color: rgb(219,54,104); }

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

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

 a { background-color: rgb(219,54,104); }

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

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

 span { border-color: rgb(219,54,104); }

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