Html Css Color HEX #D11CE5 Deep Magenta

📋 copy color: '#D11CE5'

red 209 ◦ green 28 ◦ blue 229

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

Shades of Deep Magenta #D11CE5

Tints of Deep Magenta #D11CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.14%

R = 44.85%
G = 6.01%
B = 49.14%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D11CE5 (or 0xD11CE5) is known color: Deep Magenta. HEX triplet: D1, 1C and E5. RGB value is (209,28,229). Sum of RGB (Red+Green+Blue) = 209+28+229=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #D11CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CE5 is #2EE31A. Grayscale: #686868. Windows color (decimal): -3072795 or 15015121. OLE color: 15015121.

HSL color Cylindrical-coordinate representation of color #D11CE5: hue angle of 294.03º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11CE5 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 28 229 -
CMYK 0.09 0.88 0 0.10
HSL 294.03º 0.79% 0.5% -
HSV(B) 294.03º 0.88% 0.9% -
XYZ 40.85 20.04 75.84 -
YUV 105.03 197.97 202.16 -
System Red Green Blue C M Y K H S L
Decimal 209 28 229 0.09 0.88 0 0.10 294.03 0.79 0.5
Hex D1 1C E5 9 58 0 A 126 4F 32
Octal 321 34 345 11 130 0 12 446 117 62
Binary 11010001 11100 11100101 1001 1011000 0 1010 100100110 1001111 110010

Color Harmonies of #D11CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CE5

Black with #D11CE5

Text Example


Text Example

White with #D11CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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