#DB4267

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

Shades of Cerise #DB4267

Tints of Cerise #DB4267

Color information

#DB4267 (or 0xDB4267) is unknown color: approx Cerise. HEX triplet: DB, 42 and 67. RGB value is (219,66,103). Sum of RGB (Red+Green+Blue) = 219+66+103=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4267 is #24BD98. Grayscale: #737373. Windows color (decimal): -2407833 or 6767323. OLE color: 6767323.

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

Color convert

RGB21966103-
CMYK00.700.530.14
HSL345.49º68%55.88%-
HSV(B)345.49º69.86%85.88%-
XYZ33.6119.9414.91-
YUV115.96120.69201.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.44%
GREEN value IS 66 (26.17% from 255) = 17.01%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=56.44%
G=17.01%
B=26.55%

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
Decimal2196610300.700.530.14345.496855.88
HexDB426704635E1594438
Octal3331021470106651653110470
Binary11011011100001011001110100011011010111101010110011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4267; }

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

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

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

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

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

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

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

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