Html Css Color HEX #D11DCC Deep Magenta

📋 copy color: '#D11DCC'

red 209 ◦ green 29 ◦ blue 204

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

Shades of Deep Magenta #D11DCC

Tints of Deep Magenta #D11DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 47.29%
G = 6.56%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D11DCC (or 0xD11DCC) is known color: Deep Magenta. HEX triplet: D1, 1D and CC. RGB value is (209,29,204). Sum of RGB (Red+Green+Blue) = 209+29+204=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DCC is #2EE233. Grayscale: #666666. Windows color (decimal): -3072564 or 13376977. OLE color: 13376977.

HSL color Cylindrical-coordinate representation of color #D11DCC: hue angle of 301.67º 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 #D11DCC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 29 204 -
CMYK 0 0.86 0.02 0.18
HSL 301.67º 0.76% 0.47% -
HSV(B) 301.67º 0.86% 0.82% -
XYZ 37.63 18.79 58.77 -
YUV 102.77 185.13 203.77 -
System Red Green Blue C M Y K H S L
Decimal 209 29 204 0 0.86 0.02 0.18 301.67 0.76 0.47
Hex D1 1D CC 0 56 2 12 12E 4C 2F
Octal 321 35 314 0 126 2 22 456 114 57
Binary 11010001 11101 11001100 0 1010110 10 10010 100101110 1001100 101111

Color Harmonies of #D11DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DCC

Black with #D11DCC

Text Example


Text Example

White with #D11DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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