Html Css Color HEX #DA11D4 Deep Magenta

📋 copy color: '#DA11D4'

red 218 ◦ green 17 ◦ blue 212

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

Shades of Deep Magenta #DA11D4

Tints of Deep Magenta #DA11D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.43%

R = 48.77%
G = 3.8%
B = 47.43%

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

#DA11D4 (or 0xDA11D4) is known color: Deep Magenta. HEX triplet: DA, 11 and D4. RGB value is (218,17,212). Sum of RGB (Red+Green+Blue) = 218+17+212=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11D4 is #25EE2B. Grayscale: #626262. Windows color (decimal): -2485804 or 13898202. OLE color: 13898202.

HSL color Cylindrical-coordinate representation of color #DA11D4: hue angle of 301.79º 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 #DA11D4 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 212 -
CMYK 0 0.92 0.03 0.15
HSL 301.79º 0.86% 0.46% -
HSV(B) 301.79º 0.92% 0.85% -
XYZ 41 20.06 64 -
YUV 99.33 191.59 212.64 -
System Red Green Blue C M Y K H S L
Decimal 218 17 212 0 0.92 0.03 0.15 301.79 0.86 0.46
Hex DA 11 D4 0 5C 3 F 12E 56 2E
Octal 332 21 324 0 134 3 17 456 126 56
Binary 11011010 10001 11010100 0 1011100 11 1111 100101110 1010110 101110

Color Harmonies of #DA11D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11D4

Black with #DA11D4

Text Example


Text Example

White with #DA11D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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