#DB1F9A

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

Shades of Deep Cerise #DB1F9A

Tints of Deep Cerise #DB1F9A

Color information

#DB1F9A (or 0xDB1F9A) is unknown color: approx Deep Cerise. HEX triplet: DB, 1F and 9A. RGB value is (219,31,154). Sum of RGB (Red+Green+Blue) = 219+31+154=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1F9A is #24E065. Grayscale: #646464. Windows color (decimal): -2416742 or 10100699. OLE color: 10100699.

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

Color convert

RGB21931154-
CMYK00.860.300.14
HSL320.74º75.2%49.02%-
HSV(B)320.74º85.84%85.88%-
XYZ35.5418.3732.25-
YUV101.23157.78212-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.21%
GREEN value IS 31 (12.5% from 255) = 7.67%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=54.21%
G=7.67%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193115400.860.300.14320.7475.249.02
HexDB1F9A0561EE1414b31
Octal333372320126361650111361
Binary110110111111110011010010101101111011101010000011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1F9A; }

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

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

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

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

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

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

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

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