#DB39A3

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

Shades of Deep Cerise #DB39A3

Tints of Deep Cerise #DB39A3

Color information

#DB39A3 (or 0xDB39A3) is unknown color: approx Deep Cerise. HEX triplet: DB, 39 and A3. RGB value is (219,57,163). Sum of RGB (Red+Green+Blue) = 219+57+163=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB39A3 is #24C65C. Grayscale: #757575. Windows color (decimal): -2410077 or 10697179. OLE color: 10697179.

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

Color convert

RGB21957163-
CMYK00.740.260.14
HSL320.74º69.23%54.12%-
HSV(B)320.74º73.97%85.88%-
XYZ37.2920.6336.67-
YUV117.52153.67200.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=49.89%
G=12.98%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195716300.740.260.14320.7469.2354.12
HexDB39A304A1AE1414536
Octal333712430112321650110566
Binary1101101111100110100011010010101101011101010000011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB39A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB39A3; }

 p { color: rgb(219,57,163); }

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

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

 a { background-color: rgb(219,57,163); }

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

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

 span { border-color: rgb(219,57,163); }

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