Html Css Color HEX #D311DE Deep Magenta

📋 copy color: '#D311DE'

red 211 ◦ green 17 ◦ blue 222

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

Shades of Deep Magenta #D311DE

Tints of Deep Magenta #D311DE

RGB

 RED value IS 211 (82.81% from 255) = 46.89%

 GREEN value IS 17 (7.03% from 255) = 3.78%

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 46.89%
G = 3.78%
B = 49.33%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D311DE (or 0xD311DE) is known color: Deep Magenta. HEX triplet: D3, 11 and DE. RGB value is (211,17,222). Sum of RGB (Red+Green+Blue) = 211+17+222=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #D311DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D311DE is #2CEE21. Grayscale: #616161. Windows color (decimal): -2944546 or 14553555. OLE color: 14553555.

HSL color Cylindrical-coordinate representation of color #D311DE: hue angle of 296.78º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D311DE is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 17 222 -
CMYK 0.05 0.92 0 0.13
HSL 296.78º 0.86% 0.47% -
HSV(B) 296.78º 0.92% 0.87% -
XYZ 40.25 19.52 70.75 -
YUV 98.38 197.77 208.33 -
System Red Green Blue C M Y K H S L
Decimal 211 17 222 0.05 0.92 0 0.13 296.78 0.86 0.47
Hex D3 11 DE 5 5C 0 D 129 56 2F
Octal 323 21 336 5 134 0 15 451 126 57
Binary 11010011 10001 11011110 101 1011100 0 1101 100101001 1010110 101111

Color Harmonies of #D311DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D311DE

Black with #D311DE

Text Example


Text Example

White with #D311DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D311DE; }

 p { color: rgb(211,17,222); }

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

background-color css

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

 a { background-color: rgb(211,17,222); }

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

border-color css

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

 span { border-color: rgb(211,17,222); }

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