Html Css Color HEX #D11FCE Deep Magenta

📋 copy color: '#D11FCE'

red 209 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #D11FCE

Tints of Deep Magenta #D11FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.95%

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

R = 46.86%
G = 6.95%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D11FCE (or 0xD11FCE) is known color: Deep Magenta. HEX triplet: D1, 1F and CE. RGB value is (209,31,206). Sum of RGB (Red+Green+Blue) = 209+31+206=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FCE is #2EE031. Grayscale: #676767. Windows color (decimal): -3072050 or 13508561. OLE color: 13508561.

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

Color convert

RGB 209 31 206 -
CMYK 0 0.85 0.01 0.18
HSL 301.01º 0.74% 0.47% -
HSV(B) 301.01º 0.85% 0.82% -
XYZ 37.93 18.99 60.06 -
YUV 104.17 185.47 202.77 -
System Red Green Blue C M Y K H S L
Decimal 209 31 206 0 0.85 0.01 0.18 301.01 0.74 0.47
Hex D1 1F CE 0 55 1 12 12D 4A 2F
Octal 321 37 316 0 125 1 22 455 112 57
Binary 11010001 11111 11001110 0 1010101 1 10010 100101101 1001010 101111

Color Harmonies of #D11FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FCE

Black with #D11FCE

Text Example


Text Example

White with #D11FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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