Html Css Color HEX #DA11D3 Deep Magenta

📋 copy color: '#DA11D3'

red 218 ◦ green 17 ◦ blue 211

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

Shades of Deep Magenta #DA11D3

Tints of Deep Magenta #DA11D3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.81%

 BLUE value IS 211 (82.81% from 255) = 47.31%

R = 48.88%
G = 3.81%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA11D3 (or 0xDA11D3) is known color: Deep Magenta. HEX triplet: DA, 11 and D3. RGB value is (218,17,211). Sum of RGB (Red+Green+Blue) = 218+17+211=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11D3 is #25EE2C. Grayscale: #626262. Windows color (decimal): -2485805 or 13832666. OLE color: 13832666.

HSL color Cylindrical-coordinate representation of color #DA11D3: hue angle of 302.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11D3 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 211 -
CMYK 0 0.92 0.03 0.15
HSL 302.09º 0.86% 0.46% -
HSV(B) 302.09º 0.92% 0.85% -
XYZ 40.87 20.01 63.34 -
YUV 99.22 191.09 212.73 -
System Red Green Blue C M Y K H S L
Decimal 218 17 211 0 0.92 0.03 0.15 302.09 0.86 0.46
Hex DA 11 D3 0 5C 3 F 12E 56 2E
Octal 332 21 323 0 134 3 17 456 126 56
Binary 11011010 10001 11010011 0 1011100 11 1111 100101110 1010110 101110

Color Harmonies of #DA11D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11D3

Black with #DA11D3

Text Example


Text Example

White with #DA11D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11D3; }

 p { color: rgb(218,17,211); }

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

background-color css

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

 a { background-color: rgb(218,17,211); }

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

border-color css

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

 span { border-color: rgb(218,17,211); }

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