Html Css Color HEX #D11DCE Deep Magenta

📋 copy color: '#D11DCE'

red 209 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #D11DCE

Tints of Deep Magenta #D11DCE

RGB

 RED value IS 209 (82.03% from 255) = 47.07%

 GREEN value IS 29 (11.72% from 255) = 6.53%

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

R = 47.07%
G = 6.53%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D11DCE (or 0xD11DCE) is known color: Deep Magenta. HEX triplet: D1, 1D and CE. RGB value is (209,29,206). Sum of RGB (Red+Green+Blue) = 209+29+206=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DCE is #2EE231. Grayscale: #666666. Windows color (decimal): -3072562 or 13508049. OLE color: 13508049.

HSL color Cylindrical-coordinate representation of color #D11DCE: hue angle of 301º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11DCE is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 29 206 -
CMYK 0 0.86 0.01 0.18
HSL 301º 0.76% 0.47% -
HSV(B) 301º 0.86% 0.82% -
XYZ 37.87 18.89 60.04 -
YUV 103 186.13 203.61 -
System Red Green Blue C M Y K H S L
Decimal 209 29 206 0 0.86 0.01 0.18 301 0.76 0.47
Hex D1 1D CE 0 56 1 12 12D 4C 2F
Octal 321 35 316 0 126 1 22 455 114 57
Binary 11010001 11101 11001110 0 1010110 1 10010 100101101 1001100 101111

Color Harmonies of #D11DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DCE

Black with #D11DCE

Text Example


Text Example

White with #D11DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DCE; }

 p { color: rgb(209,29,206); }

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

background-color css

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

 a { background-color: rgb(209,29,206); }

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

border-color css

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

 span { border-color: rgb(209,29,206); }

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