Html Css Color HEX #D11BE0 Deep Magenta

📋 copy color: '#D11BE0'

red 209 ◦ green 27 ◦ blue 224

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

Shades of Deep Magenta #D11BE0

Tints of Deep Magenta #D11BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.7%

R = 45.43%
G = 5.87%
B = 48.7%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D11BE0 (or 0xD11BE0) is known color: Deep Magenta. HEX triplet: D1, 1B and E0. RGB value is (209,27,224). Sum of RGB (Red+Green+Blue) = 209+27+224=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #D11BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BE0 is #2EE41F. Grayscale: #676767. Windows color (decimal): -3073056 or 14687185. OLE color: 14687185.

HSL color Cylindrical-coordinate representation of color #D11BE0: hue angle of 295.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11BE0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 27 224 -
CMYK 0.07 0.88 0 0.12
HSL 295.43º 0.78% 0.49% -
HSV(B) 295.43º 0.88% 0.88% -
XYZ 40.14 19.72 72.21 -
YUV 103.88 195.8 202.98 -
System Red Green Blue C M Y K H S L
Decimal 209 27 224 0.07 0.88 0 0.12 295.43 0.78 0.49
Hex D1 1B E0 7 58 0 C 127 4E 31
Octal 321 33 340 7 130 0 14 447 116 61
Binary 11010001 11011 11100000 111 1011000 0 1100 100100111 1001110 110001

Color Harmonies of #D11BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11BE0

Black with #D11BE0

Text Example


Text Example

White with #D11BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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