Html Css Color HEX #DA10DD Deep Magenta

📋 copy color: '#DA10DD'

red 218 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #DA10DD

Tints of Deep Magenta #DA10DD

RGB

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

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

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

R = 47.91%
G = 3.52%
B = 48.57%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA10DD (or 0xDA10DD) is known color: Deep Magenta. HEX triplet: DA, 10 and DD. RGB value is (218,16,221). Sum of RGB (Red+Green+Blue) = 218+16+221=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA10DD is #25EF22. Grayscale: #636363. Windows color (decimal): -2486051 or 14487770. OLE color: 14487770.

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

Color convert

RGB 218 16 221 -
CMYK 0.01 0.93 0 0.13
HSL 299.12º 0.86% 0.46% -
HSV(B) 299.12º 0.93% 0.87% -
XYZ 42.15 20.5 70.14 -
YUV 99.77 196.42 212.33 -
System Red Green Blue C M Y K H S L
Decimal 218 16 221 0.01 0.93 0 0.13 299.12 0.86 0.46
Hex DA 10 DD 1 5D 0 D 12B 56 2E
Octal 332 20 335 1 135 0 15 453 126 56
Binary 11011010 10000 11011101 1 1011101 0 1101 100101011 1010110 101110

Color Harmonies of #DA10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA10DD

Black with #DA10DD

Text Example


Text Example

White with #DA10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA10DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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