Html Css Color HEX #DA10DB Deep Magenta

📋 copy color: '#DA10DB'

red 218 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #DA10DB

Tints of Deep Magenta #DA10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.53%

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

R = 48.12%
G = 3.53%
B = 48.34%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA10DB (or 0xDA10DB) is known color: Deep Magenta. HEX triplet: DA, 10 and DB. RGB value is (218,16,219). Sum of RGB (Red+Green+Blue) = 218+16+219=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA10DB is #25EF24. Grayscale: #626262. Windows color (decimal): -2486053 or 14356698. OLE color: 14356698.

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

Color convert

RGB 218 16 219 -
CMYK 0.00 0.93 0 0.14
HSL 299.7º 0.86% 0.46% -
HSV(B) 299.7º 0.93% 0.86% -
XYZ 41.88 20.39 68.75 -
YUV 99.54 195.42 212.49 -
System Red Green Blue C M Y K H S L
Decimal 218 16 219 0.00 0.93 0 0.14 299.7 0.86 0.46
Hex DA 10 DB 0 5D 0 E 12C 56 2E
Octal 332 20 333 0 135 0 16 454 126 56
Binary 11011010 10000 11011011 0 1011101 0 1110 100101100 1010110 101110

Color Harmonies of #DA10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA10DB

Black with #DA10DB

Text Example


Text Example

White with #DA10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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