Html Css Color HEX #DB23DB Deep Magenta

📋 copy color: '#DB23DB'

red 219 ◦ green 35 ◦ blue 219

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

Shades of Deep Magenta #DB23DB

Tints of Deep Magenta #DB23DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.4%

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

R = 46.3%
G = 7.4%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB23DB (or 0xDB23DB) is known color: Deep Magenta. HEX triplet: DB, 23 and DB. RGB value is (219,35,219). Sum of RGB (Red+Green+Blue) = 219+35+219=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23DB is #24DC24. Grayscale: #6E6E6E. Windows color (decimal): -2415653 or 14361563. OLE color: 14361563.

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

Color convert

RGB 219 35 219 -
CMYK 0 0.84 0 0.14
HSL 300º 0.72% 0.5% -
HSV(B) 300º 0.84% 0.86% -
XYZ 42.6 21.38 68.9 -
YUV 110.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 219 35 219 0 0.84 0 0.14 300 0.72 0.5
Hex DB 23 DB 0 54 0 E 12C 48 32
Octal 333 43 333 0 124 0 16 454 110 62
Binary 11011011 100011 11011011 0 1010100 0 1110 100101100 1001000 110010

Color Harmonies of #DB23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23DB

Black with #DB23DB

Text Example


Text Example

White with #DB23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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