#DB3570

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

Shades of Cerise #DB3570

Tints of Cerise #DB3570

Color information

#DB3570 (or 0xDB3570) is unknown color: approx Cerise. HEX triplet: DB, 35 and 70. RGB value is (219,53,112). Sum of RGB (Red+Green+Blue) = 219+53+112=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3570 is #24CA8F. Grayscale: #6D6D6D. Windows color (decimal): -2411152 or 7353819. OLE color: 7353819.

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

Color convert

RGB21953112-
CMYK00.760.490.14
HSL338.67º69.75%53.33%-
HSV(B)338.67º75.8%85.88%-
XYZ33.4118.7817.19-
YUV109.36129.5206.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.03%
GREEN value IS 53 (21.09% from 255) = 13.80%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=57.03%
G=13.80%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195311200.760.490.14338.6769.7553.33
HexDB357004C31E1534635
Octal333651600114611652310665
Binary1101101111010111100000100110011000111101010100111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3570; }

 p { color: rgb(219,53,112); }

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

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

 a { background-color: rgb(219,53,112); }

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

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

 span { border-color: rgb(219,53,112); }

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