Html Css Color HEX #DB09DA Deep Magenta

📋 copy color: '#DB09DA'

red 219 ◦ green 9 ◦ blue 218

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

Shades of Deep Magenta #DB09DA

Tints of Deep Magenta #DB09DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 49.1%
G = 2.02%
B = 48.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB09DA (or 0xDB09DA) is known color: Deep Magenta. HEX triplet: DB, 09 and DA. RGB value is (219,9,218). Sum of RGB (Red+Green+Blue) = 219+9+218=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09DA is #24F625. Grayscale: #5E5E5E. Windows color (decimal): -2422310 or 14289371. OLE color: 14289371.

HSL color Cylindrical-coordinate representation of color #DB09DA: hue angle of 300.29º 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 #DB09DA is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 9 218 -
CMYK 0 0.96 0.00 0.14
HSL 300.29º 0.92% 0.45% -
HSV(B) 300.29º 0.96% 0.86% -
XYZ 41.97 20.32 68.04 -
YUV 95.62 197.07 216.01 -
System Red Green Blue C M Y K H S L
Decimal 219 9 218 0 0.96 0.00 0.14 300.29 0.92 0.45
Hex DB 9 DA 0 60 0 E 12C 5C 2D
Octal 333 11 332 0 140 0 16 454 134 55
Binary 11011011 1001 11011010 0 1100000 0 1110 100101100 1011100 101101

Color Harmonies of #DB09DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09DA

Black with #DB09DA

Text Example


Text Example

White with #DB09DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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