Html Css Color HEX #DB1BDB Deep Magenta

📋 copy color: '#DB1BDB'

red 219 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #DB1BDB

Tints of Deep Magenta #DB1BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.81%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 47.1%
G = 5.81%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB1BDB (or 0xDB1BDB) is known color: Deep Magenta. HEX triplet: DB, 1B and DB. RGB value is (219,27,219). Sum of RGB (Red+Green+Blue) = 219+27+219=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BDB is #24E424. Grayscale: #696969. Windows color (decimal): -2417701 or 14359515. OLE color: 14359515.

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

Color convert

RGB 219 27 219 -
CMYK 0 0.88 0 0.14
HSL 300º 0.78% 0.48% -
HSV(B) 300º 0.88% 0.86% -
XYZ 42.39 20.96 68.83 -
YUV 106.3 191.61 208.39 -
System Red Green Blue C M Y K H S L
Decimal 219 27 219 0 0.88 0 0.14 300 0.78 0.48
Hex DB 1B DB 0 58 0 E 12C 4E 30
Octal 333 33 333 0 130 0 16 454 116 60
Binary 11011011 11011 11011011 0 1011000 0 1110 100101100 1001110 110000

Color Harmonies of #DB1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BDB

Black with #DB1BDB

Text Example


Text Example

White with #DB1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BDB; }

 p { color: rgb(219,27,219); }

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

background-color css

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

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

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

border-color css

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

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

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