Html Css Color HEX #D11FCC Deep Magenta

📋 copy color: '#D11FCC'

red 209 ◦ green 31 ◦ blue 204

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

Shades of Deep Magenta #D11FCC

Tints of Deep Magenta #D11FCC

RGB

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

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

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

R = 47.07%
G = 6.98%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D11FCC (or 0xD11FCC) is known color: Deep Magenta. HEX triplet: D1, 1F and CC. RGB value is (209,31,204). Sum of RGB (Red+Green+Blue) = 209+31+204=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FCC is #2EE033. Grayscale: #676767. Windows color (decimal): -3072052 or 13377489. OLE color: 13377489.

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

Color convert

RGB 209 31 204 -
CMYK 0 0.85 0.02 0.18
HSL 301.69º 0.74% 0.47% -
HSV(B) 301.69º 0.85% 0.82% -
XYZ 37.68 18.89 58.79 -
YUV 103.94 184.47 202.93 -
System Red Green Blue C M Y K H S L
Decimal 209 31 204 0 0.85 0.02 0.18 301.69 0.74 0.47
Hex D1 1F CC 0 55 2 12 12E 4A 2F
Octal 321 37 314 0 125 2 22 456 112 57
Binary 11010001 11111 11001100 0 1010101 10 10010 100101110 1001010 101111

Color Harmonies of #D11FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FCC

Black with #D11FCC

Text Example


Text Example

White with #D11FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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