Html Css Color HEX #DA11CE Deep Magenta

📋 copy color: '#DA11CE'

red 218 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #DA11CE

Tints of Deep Magenta #DA11CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 49.43%
G = 3.85%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA11CE (or 0xDA11CE) is known color: Deep Magenta. HEX triplet: DA, 11 and CE. RGB value is (218,17,206). Sum of RGB (Red+Green+Blue) = 218+17+206=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11CE is #25EE31. Grayscale: #626262. Windows color (decimal): -2485810 or 13504986. OLE color: 13504986.

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

Color convert

RGB 218 17 206 -
CMYK 0 0.92 0.06 0.15
HSL 303.58º 0.86% 0.46% -
HSV(B) 303.58º 0.92% 0.85% -
XYZ 40.25 19.76 60.09 -
YUV 98.65 188.59 213.13 -
System Red Green Blue C M Y K H S L
Decimal 218 17 206 0 0.92 0.06 0.15 303.58 0.86 0.46
Hex DA 11 CE 0 5C 6 F 130 56 2E
Octal 332 21 316 0 134 6 17 460 126 56
Binary 11011010 10001 11001110 0 1011100 110 1111 100110000 1010110 101110

Color Harmonies of #DA11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA11CE

Black with #DA11CE

Text Example


Text Example

White with #DA11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA11CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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