#DB37A4

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

Shades of Deep Cerise #DB37A4

Tints of Deep Cerise #DB37A4

Color information

#DB37A4 (or 0xDB37A4) is unknown color: approx Deep Cerise. HEX triplet: DB, 37 and A4. RGB value is (219,55,164). Sum of RGB (Red+Green+Blue) = 219+55+164=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB37A4 is #24C85B. Grayscale: #747474. Windows color (decimal): -2410588 or 10762203. OLE color: 10762203.

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

Color convert

RGB21955164-
CMYK00.750.250.14
HSL320.12º69.49%53.73%-
HSV(B)320.12º74.89%85.88%-
XYZ37.2820.4737.11-
YUV116.46154.83201.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 12.56%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=50%
G=12.56%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195516400.750.250.14320.1269.4953.73
HexDB37A404B19E1404536
Octal333672440113311650010566
Binary1101101111011110100100010010111100111101010000001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB37A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB37A4; }

 p { color: rgb(219,55,164); }

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

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

 a { background-color: rgb(219,55,164); }

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

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

 span { border-color: rgb(219,55,164); }

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