Html Css Color HEX #D11FCA Deep Magenta

📋 copy color: '#D11FCA'

red 209 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #D11FCA

Tints of Deep Magenta #D11FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 47.29%
G = 7.01%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D11FCA (or 0xD11FCA) is known color: Deep Magenta. HEX triplet: D1, 1F and CA. RGB value is (209,31,202). Sum of RGB (Red+Green+Blue) = 209+31+202=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FCA is #2EE035. Grayscale: #676767. Windows color (decimal): -3072054 or 13246417. OLE color: 13246417.

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

Color convert

RGB 209 31 202 -
CMYK 0 0.85 0.03 0.18
HSL 302.36º 0.74% 0.47% -
HSV(B) 302.36º 0.85% 0.82% -
XYZ 37.45 18.8 57.53 -
YUV 103.72 183.47 203.1 -
System Red Green Blue C M Y K H S L
Decimal 209 31 202 0 0.85 0.03 0.18 302.36 0.74 0.47
Hex D1 1F CA 0 55 3 12 12E 4A 2F
Octal 321 37 312 0 125 3 22 456 112 57
Binary 11010001 11111 11001010 0 1010101 11 10010 100101110 1001010 101111

Color Harmonies of #D11FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FCA

Black with #D11FCA

Text Example


Text Example

White with #D11FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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