Html Css Color HEX #DB1F91 Deep Cerise

📋 copy color: '#DB1F91'

red 219 ◦ green 31 ◦ blue 145

#DB1F91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DB1F91

Tints of Deep Cerise #DB1F91

RGB

 RED value IS 219 (85.94% from 255) = 55.44%

 GREEN value IS 31 (12.5% from 255) = 7.85%

 BLUE value IS 145 (57.03% from 255) = 36.71%

R = 55.44%
G = 7.85%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB1F91 (or 0xDB1F91) is known color: Deep Cerise. HEX triplet: DB, 1F and 91. RGB value is (219,31,145). Sum of RGB (Red+Green+Blue) = 219+31+145=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1F91 is #24E06E. Grayscale: #636363. Windows color (decimal): -2416751 or 9510875. OLE color: 9510875.

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

Color convert

RGB 219 31 145 -
CMYK 0 0.86 0.34 0.14
HSL 323.62º 0.75% 0.49% -
HSV(B) 323.62º 0.86% 0.86% -
XYZ 34.81 18.08 28.44 -
YUV 100.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 219 31 145 0 0.86 0.34 0.14 323.62 0.75 0.49
Hex DB 1F 91 0 56 22 E 144 4B 31
Octal 333 37 221 0 126 42 16 504 113 61
Binary 11011011 11111 10010001 0 1010110 100010 1110 101000100 1001011 110001

Color Harmonies of #DB1F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1F91

Black with #DB1F91

Text Example


Text Example

White with #DB1F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1F91; }

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

 H1.HeaderClassName
 {
   color: #DB1F91;
 }
 .AnyTagClassName
 {
   color: #DB1F91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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