Html Css Color HEX #D11CE0 Deep Magenta

📋 copy color: '#D11CE0'

red 209 ◦ green 28 ◦ blue 224

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

Shades of Deep Magenta #D11CE0

Tints of Deep Magenta #D11CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.07%

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

R = 45.34%
G = 6.07%
B = 48.59%

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

#D11CE0 (or 0xD11CE0) is known color: Deep Magenta. HEX triplet: D1, 1C and E0. RGB value is (209,28,224). Sum of RGB (Red+Green+Blue) = 209+28+224=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #D11CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CE0 is #2EE31F. Grayscale: #676767. Windows color (decimal): -3072800 or 14687441. OLE color: 14687441.

HSL color Cylindrical-coordinate representation of color #D11CE0: hue angle of 295.41º 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 #D11CE0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 28 224 -
CMYK 0.07 0.88 0 0.12
HSL 295.41º 0.78% 0.49% -
HSV(B) 295.41º 0.88% 0.88% -
XYZ 40.16 19.77 72.22 -
YUV 104.46 195.47 202.56 -
System Red Green Blue C M Y K H S L
Decimal 209 28 224 0.07 0.88 0 0.12 295.41 0.78 0.49
Hex D1 1C E0 7 58 0 C 127 4E 31
Octal 321 34 340 7 130 0 14 447 116 61
Binary 11010001 11100 11100000 111 1011000 0 1100 100100111 1001110 110001

Color Harmonies of #D11CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CE0

Black with #D11CE0

Text Example


Text Example

White with #D11CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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