Html Css Color HEX #DE11DA Deep Magenta

📋 copy color: '#DE11DA'

red 222 ◦ green 17 ◦ blue 218

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

Shades of Deep Magenta #DE11DA

Tints of Deep Magenta #DE11DA

RGB

 RED value IS 222 (87.11% from 255) = 48.58%

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 48.58%
G = 3.72%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE11DA (or 0xDE11DA) is known color: Deep Magenta. HEX triplet: DE, 11 and DA. RGB value is (222,17,218). Sum of RGB (Red+Green+Blue) = 222+17+218=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE11DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE11DA is #21EE25. Grayscale: #646464. Windows color (decimal): -2223654 or 14291422. OLE color: 14291422.

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

Color convert

RGB 222 17 218 -
CMYK 0 0.92 0.02 0.13
HSL 301.17º 0.86% 0.47% -
HSV(B) 301.17º 0.92% 0.87% -
XYZ 42.98 20.99 68.12 -
YUV 101.21 193.92 214.16 -
System Red Green Blue C M Y K H S L
Decimal 222 17 218 0 0.92 0.02 0.13 301.17 0.86 0.47
Hex DE 11 DA 0 5C 2 D 12D 56 2F
Octal 336 21 332 0 134 2 15 455 126 57
Binary 11011110 10001 11011010 0 1011100 10 1101 100101101 1010110 101111

Color Harmonies of #DE11DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE11DA

Black with #DE11DA

Text Example


Text Example

White with #DE11DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE11DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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