#DB357F

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

Shades of Deep Cerise #DB357F

Tints of Deep Cerise #DB357F

Color information

#DB357F (or 0xDB357F) is unknown color: approx Deep Cerise. HEX triplet: DB, 35 and 7F. RGB value is (219,53,127). Sum of RGB (Red+Green+Blue) = 219+53+127=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB357F is #24CA80. Grayscale: #6E6E6E. Windows color (decimal): -2411137 or 8336859. OLE color: 8336859.

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

Color convert

RGB21953127-
CMYK00.760.420.14
HSL333.25º69.75%53.33%-
HSV(B)333.25º75.8%85.88%-
XYZ34.3219.1421.96-
YUV111.07137204.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.89%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 127 (50% from 255) = 31.83%
R=54.89%
G=13.28%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195312700.760.420.14333.2569.7553.33
HexDB357F04C2AE14d4635
Octal333651770114521651510665
Binary1101101111010111111110100110010101011101010011011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB357F; }

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

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

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

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

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

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

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

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