Html Css Color HEX #DB09DB Deep Magenta

📋 copy color: '#DB09DB'

red 219 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #DB09DB

Tints of Deep Magenta #DB09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.01%

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

R = 48.99%
G = 2.01%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB09DB (or 0xDB09DB) is known color: Deep Magenta. HEX triplet: DB, 09 and DB. RGB value is (219,9,219). Sum of RGB (Red+Green+Blue) = 219+9+219=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09DB is #24F624. Grayscale: #5F5F5F. Windows color (decimal): -2422309 or 14354907. OLE color: 14354907.

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

Color convert

RGB 219 9 219 -
CMYK 0 0.96 0 0.14
HSL 300º 0.92% 0.45% -
HSV(B) 300º 0.96% 0.86% -
XYZ 42.1 20.37 68.73 -
YUV 95.73 197.57 215.92 -
System Red Green Blue C M Y K H S L
Decimal 219 9 219 0 0.96 0 0.14 300 0.92 0.45
Hex DB 9 DB 0 60 0 E 12C 5C 2D
Octal 333 11 333 0 140 0 16 454 134 55
Binary 11011011 1001 11011011 0 1100000 0 1110 100101100 1011100 101101

Color Harmonies of #DB09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09DB

Black with #DB09DB

Text Example


Text Example

White with #DB09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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