Html Css Color HEX #D11BBE Deep Magenta

📋 copy color: '#D11BBE'

red 209 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #D11BBE

Tints of Deep Magenta #D11BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.34%

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 49.06%
G = 6.34%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D11BBE (or 0xD11BBE) is known color: Deep Magenta. HEX triplet: D1, 1B and BE. RGB value is (209,27,190). Sum of RGB (Red+Green+Blue) = 209+27+190=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D11BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BBE is #2EE441. Grayscale: #636363. Windows color (decimal): -3073090 or 12458961. OLE color: 12458961.

HSL color Cylindrical-coordinate representation of color #D11BBE: hue angle of 306.26º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11BBE is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 27 190 -
CMYK 0 0.87 0.09 0.18
HSL 306.26º 0.77% 0.46% -
HSV(B) 306.26º 0.87% 0.82% -
XYZ 35.98 18.06 50.3 -
YUV 100 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 209 27 190 0 0.87 0.09 0.18 306.26 0.77 0.46
Hex D1 1B BE 0 57 9 12 132 4D 2E
Octal 321 33 276 0 127 11 22 462 115 56
Binary 11010001 11011 10111110 0 1010111 1001 10010 100110010 1001101 101110

Color Harmonies of #D11BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11BBE

Black with #D11BBE

Text Example


Text Example

White with #D11BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11BBE; }

 p { color: rgb(209,27,190); }

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

background-color css

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

 a { background-color: rgb(209,27,190); }

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

border-color css

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

 span { border-color: rgb(209,27,190); }

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