Html Css Color HEX #D11FB2 Deep Magenta

📋 copy color: '#D11FB2'

red 209 ◦ green 31 ◦ blue 178

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

Shades of Deep Magenta #D11FB2

Tints of Deep Magenta #D11FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 50%
G = 7.42%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D11FB2 (or 0xD11FB2) is known color: Deep Magenta. HEX triplet: D1, 1F and B2. RGB value is (209,31,178). Sum of RGB (Red+Green+Blue) = 209+31+178=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11FB2 is #2EE04D. Grayscale: #646464. Windows color (decimal): -3072078 or 11673553. OLE color: 11673553.

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

Color convert

RGB 209 31 178 -
CMYK 0 0.85 0.15 0.18
HSL 310.45º 0.74% 0.47% -
HSV(B) 310.45º 0.85% 0.82% -
XYZ 34.82 17.75 43.71 -
YUV 100.98 171.47 205.05 -
System Red Green Blue C M Y K H S L
Decimal 209 31 178 0 0.85 0.15 0.18 310.45 0.74 0.47
Hex D1 1F B2 0 55 F 12 136 4A 2F
Octal 321 37 262 0 125 17 22 466 112 57
Binary 11010001 11111 10110010 0 1010101 1111 10010 100110110 1001010 101111

Color Harmonies of #D11FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FB2

Black with #D11FB2

Text Example


Text Example

White with #D11FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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