#DB1FA0

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

Shades of Deep Cerise #DB1FA0

Tints of Deep Cerise #DB1FA0

Color information

#DB1FA0 (or 0xDB1FA0) is unknown color: approx Deep Cerise. HEX triplet: DB, 1F and A0. RGB value is (219,31,160). Sum of RGB (Red+Green+Blue) = 219+31+160=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1FA0 is #24E05F. Grayscale: #656565. Windows color (decimal): -2416736 or 10493915. OLE color: 10493915.

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

Color convert

RGB21931160-
CMYK00.860.270.14
HSL318.83º75.2%49.02%-
HSV(B)318.83º85.84%85.88%-
XYZ36.0518.5834.94-
YUV101.92160.78211.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.41%
GREEN value IS 31 (12.5% from 255) = 7.56%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=53.41%
G=7.56%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193116000.860.270.14318.8375.249.02
HexDB1FA00561BE13f4b31
Octal333372400126331647711361
Binary110110111111110100000010101101101111101001111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1FA0; }

 p { color: rgb(219,31,160); }

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

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

 a { background-color: rgb(219,31,160); }

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

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

 span { border-color: rgb(219,31,160); }

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