#DB328F

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

Shades of Deep Cerise #DB328F

Tints of Deep Cerise #DB328F

Color information

#DB328F (or 0xDB328F) is unknown color: approx Deep Cerise. HEX triplet: DB, 32 and 8F. RGB value is (219,50,143). Sum of RGB (Red+Green+Blue) = 219+50+143=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB328F is #24CD70. Grayscale: #6E6E6E. Windows color (decimal): -2411889 or 9384667. OLE color: 9384667.

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

Color convert

RGB21950143-
CMYK00.770.350.14
HSL326.98º70.12%52.75%-
HSV(B)326.98º77.17%85.88%-
XYZ35.3119.3227.86-
YUV111.13145.99204.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.16%
GREEN value IS 50 (19.92% from 255) = 12.14%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=53.16%
G=12.14%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195014300.770.350.14326.9870.1252.75
HexDB328F04D23E1474635
Octal333622170115431650710665
Binary11011011110010100011110100110110001111101010001111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB328F; }

 p { color: rgb(219,50,143); }

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

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

 a { background-color: rgb(219,50,143); }

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

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

 span { border-color: rgb(219,50,143); }

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