Html Css Color HEX #DB26DD Deep Magenta

📋 copy color: '#DB26DD'

red 219 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #DB26DD

Tints of Deep Magenta #DB26DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.95%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 45.82%
G = 7.95%
B = 46.23%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB26DD (or 0xDB26DD) is known color: Deep Magenta. HEX triplet: DB, 26 and DD. RGB value is (219,38,221). Sum of RGB (Red+Green+Blue) = 219+38+221=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 38 (15.23% from 255 or 7.95% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26DD is #24D922. Grayscale: #707070. Windows color (decimal): -2414883 or 14493403. OLE color: 14493403.

HSL color Cylindrical-coordinate representation of color #DB26DD: hue angle of 299.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB26DD is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 38 221 -
CMYK 0.01 0.83 0 0.13
HSL 299.34º 0.73% 0.51% -
HSV(B) 299.34º 0.83% 0.87% -
XYZ 42.96 21.67 70.32 -
YUV 112.98 188.97 203.62 -
System Red Green Blue C M Y K H S L
Decimal 219 38 221 0.01 0.83 0 0.13 299.34 0.73 0.51
Hex DB 26 DD 1 53 0 D 12B 49 33
Octal 333 46 335 1 123 0 15 453 111 63
Binary 11011011 100110 11011101 1 1010011 0 1101 100101011 1001001 110011

Color Harmonies of #DB26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB26DD

Black with #DB26DD

Text Example


Text Example

White with #DB26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB26DD; }

 p { color: rgb(219,38,221); }

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

background-color css

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

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

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

border-color css

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

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

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