Html Css Color HEX #D11FC9 Deep Magenta

📋 copy color: '#D11FC9'

red 209 ◦ green 31 ◦ blue 201

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

Shades of Deep Magenta #D11FC9

Tints of Deep Magenta #D11FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 47.39%
G = 7.03%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D11FC9 (or 0xD11FC9) is known color: Deep Magenta. HEX triplet: D1, 1F and C9. RGB value is (209,31,201). Sum of RGB (Red+Green+Blue) = 209+31+201=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FC9 is #2EE036. Grayscale: #676767. Windows color (decimal): -3072055 or 13180881. OLE color: 13180881.

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

Color convert

RGB 209 31 201 -
CMYK 0 0.85 0.04 0.18
HSL 302.7º 0.74% 0.47% -
HSV(B) 302.7º 0.85% 0.82% -
XYZ 37.33 18.75 56.91 -
YUV 103.6 182.97 203.18 -
System Red Green Blue C M Y K H S L
Decimal 209 31 201 0 0.85 0.04 0.18 302.7 0.74 0.47
Hex D1 1F C9 0 55 4 12 12F 4A 2F
Octal 321 37 311 0 125 4 22 457 112 57
Binary 11010001 11111 11001001 0 1010101 100 10010 100101111 1001010 101111

Color Harmonies of #D11FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FC9

Black with #D11FC9

Text Example


Text Example

White with #D11FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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