Html Css Color HEX #DA1EDB Deep Magenta

📋 copy color: '#DA1EDB'

red 218 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #DA1EDB

Tints of Deep Magenta #DA1EDB

RGB

 RED value IS 218 (85.55% from 255) = 46.68%

 GREEN value IS 30 (12.11% from 255) = 6.42%

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

R = 46.68%
G = 6.42%
B = 46.9%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA1EDB (or 0xDA1EDB) is known color: Deep Magenta. HEX triplet: DA, 1E and DB. RGB value is (218,30,219). Sum of RGB (Red+Green+Blue) = 218+30+219=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1EDB is #25E124. Grayscale: #6B6B6B. Windows color (decimal): -2482469 or 14360282. OLE color: 14360282.

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

Color convert

RGB 218 30 219 -
CMYK 0.00 0.86 0 0.14
HSL 299.68º 0.76% 0.49% -
HSV(B) 299.68º 0.86% 0.86% -
XYZ 42.16 20.95 68.84 -
YUV 107.76 190.78 206.63 -
System Red Green Blue C M Y K H S L
Decimal 218 30 219 0.00 0.86 0 0.14 299.68 0.76 0.49
Hex DA 1E DB 0 56 0 E 12C 4C 31
Octal 332 36 333 0 126 0 16 454 114 61
Binary 11011010 11110 11011011 0 1010110 0 1110 100101100 1001100 110001

Color Harmonies of #DA1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1EDB

Black with #DA1EDB

Text Example


Text Example

White with #DA1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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