Html Css Color HEX #DB26DA Deep Magenta

📋 copy color: '#DB26DA'

red 219 ◦ green 38 ◦ blue 218

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

Shades of Deep Magenta #DB26DA

Tints of Deep Magenta #DB26DA

RGB

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

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

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

R = 46.11%
G = 8%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB26DA (or 0xDB26DA) is known color: Deep Magenta. HEX triplet: DB, 26 and DA. RGB value is (219,38,218). Sum of RGB (Red+Green+Blue) = 219+38+218=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26DA is #24D925. Grayscale: #707070. Windows color (decimal): -2414886 or 14296795. OLE color: 14296795.

HSL color Cylindrical-coordinate representation of color #DB26DA: hue angle of 300.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB26DA is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 38 218 -
CMYK 0 0.83 0.00 0.14
HSL 300.33º 0.72% 0.5% -
HSV(B) 300.33º 0.83% 0.86% -
XYZ 42.56 21.51 68.24 -
YUV 112.64 187.47 203.86 -
System Red Green Blue C M Y K H S L
Decimal 219 38 218 0 0.83 0.00 0.14 300.33 0.72 0.5
Hex DB 26 DA 0 53 0 E 12C 48 32
Octal 333 46 332 0 123 0 16 454 110 62
Binary 11011011 100110 11011010 0 1010011 0 1110 100101100 1001000 110010

Color Harmonies of #DB26DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB26DA

Black with #DB26DA

Text Example


Text Example

White with #DB26DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB26DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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