Html Css Color HEX #DB1F9F Deep Cerise

📋 copy color: '#DB1F9F'

red 219 ◦ green 31 ◦ blue 159

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

Shades of Deep Cerise #DB1F9F

Tints of Deep Cerise #DB1F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 53.55%
G = 7.58%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB1F9F (or 0xDB1F9F) is known color: Deep Cerise. HEX triplet: DB, 1F and 9F. RGB value is (219,31,159). Sum of RGB (Red+Green+Blue) = 219+31+159=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1F9F is #24E060. Grayscale: #656565. Windows color (decimal): -2416737 or 10428379. OLE color: 10428379.

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

Color convert

RGB 219 31 159 -
CMYK 0 0.86 0.27 0.14
HSL 319.15º 0.75% 0.49% -
HSV(B) 319.15º 0.86% 0.86% -
XYZ 35.96 18.54 34.48 -
YUV 101.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 219 31 159 0 0.86 0.27 0.14 319.15 0.75 0.49
Hex DB 1F 9F 0 56 1B E 13F 4B 31
Octal 333 37 237 0 126 33 16 477 113 61
Binary 11011011 11111 10011111 0 1010110 11011 1110 100111111 1001011 110001

Color Harmonies of #DB1F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1F9F

Black with #DB1F9F

Text Example


Text Example

White with #DB1F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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