Html Css Color HEX #DB1CDB Deep Magenta

📋 copy color: '#DB1CDB'

red 219 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #DB1CDB

Tints of Deep Magenta #DB1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.01%

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

R = 47%
G = 6.01%
B = 47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB1CDB (or 0xDB1CDB) is known color: Deep Magenta. HEX triplet: DB, 1C and DB. RGB value is (219,28,219). Sum of RGB (Red+Green+Blue) = 219+28+219=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CDB is #24E324. Grayscale: #6A6A6A. Windows color (decimal): -2417445 or 14359771. OLE color: 14359771.

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

Color convert

RGB 219 28 219 -
CMYK 0 0.87 0 0.14
HSL 300º 0.77% 0.48% -
HSV(B) 300º 0.87% 0.86% -
XYZ 42.41 21.01 68.84 -
YUV 106.88 191.28 207.97 -
System Red Green Blue C M Y K H S L
Decimal 219 28 219 0 0.87 0 0.14 300 0.77 0.48
Hex DB 1C DB 0 57 0 E 12C 4D 30
Octal 333 34 333 0 127 0 16 454 115 60
Binary 11011011 11100 11011011 0 1010111 0 1110 100101100 1001101 110000

Color Harmonies of #DB1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CDB

Black with #DB1CDB

Text Example


Text Example

White with #DB1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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