Html Css Color HEX #DB28DB Deep Magenta

📋 copy color: '#DB28DB'

red 219 ◦ green 40 ◦ blue 219

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

Shades of Deep Magenta #DB28DB

Tints of Deep Magenta #DB28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.37%

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

R = 45.82%
G = 8.37%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB28DB (or 0xDB28DB) is known color: Deep Magenta. HEX triplet: DB, 28 and DB. RGB value is (219,40,219). Sum of RGB (Red+Green+Blue) = 219+40+219=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28DB is #24D724. Grayscale: #717171. Windows color (decimal): -2414373 or 14362843. OLE color: 14362843.

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

Color convert

RGB 219 40 219 -
CMYK 0 0.82 0 0.14
HSL 300º 0.71% 0.51% -
HSV(B) 300º 0.82% 0.86% -
XYZ 42.76 21.69 68.95 -
YUV 113.93 187.3 202.95 -
System Red Green Blue C M Y K H S L
Decimal 219 40 219 0 0.82 0 0.14 300 0.71 0.51
Hex DB 28 DB 0 52 0 E 12C 47 33
Octal 333 50 333 0 122 0 16 454 107 63
Binary 11011011 101000 11011011 0 1010010 0 1110 100101100 1000111 110011

Color Harmonies of #DB28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB28DB

Black with #DB28DB

Text Example


Text Example

White with #DB28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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