Html Css Color HEX #DB03DB Deep Magenta

📋 copy color: '#DB03DB'

red 219 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #DB03DB

Tints of Deep Magenta #DB03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

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

R = 49.66%
G = 0.68%
B = 49.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB03DB (or 0xDB03DB) is known color: Deep Magenta. HEX triplet: DB, 03 and DB. RGB value is (219,3,219). Sum of RGB (Red+Green+Blue) = 219+3+219=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03DB is #24FC24. Grayscale: #5B5B5B. Windows color (decimal): -2423845 or 14353371. OLE color: 14353371.

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

Color convert

RGB 219 3 219 -
CMYK 0 0.99 0 0.14
HSL 300º 0.97% 0.44% -
HSV(B) 300º 0.99% 0.86% -
XYZ 42.03 20.24 68.71 -
YUV 92.21 199.56 218.44 -
System Red Green Blue C M Y K H S L
Decimal 219 3 219 0 0.99 0 0.14 300 0.97 0.44
Hex DB 3 DB 0 63 0 E 12C 61 2C
Octal 333 3 333 0 143 0 16 454 141 54
Binary 11011011 11 11011011 0 1100011 0 1110 100101100 1100001 101100

Color Harmonies of #DB03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03DB

Black with #DB03DB

Text Example


Text Example

White with #DB03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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