Html Css Color HEX #D311D4 Deep Magenta

📋 copy color: '#D311D4'

red 211 ◦ green 17 ◦ blue 212

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

Shades of Deep Magenta #D311D4

Tints of Deep Magenta #D311D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.18%

R = 47.95%
G = 3.86%
B = 48.18%

CMYK

 C value IS 0.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D311D4 (or 0xD311D4) is known color: Deep Magenta. HEX triplet: D3, 11 and D4. RGB value is (211,17,212). Sum of RGB (Red+Green+Blue) = 211+17+212=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #D311D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D311D4 is #2CEE2B. Grayscale: #606060. Windows color (decimal): -2944556 or 13898195. OLE color: 13898195.

HSL color Cylindrical-coordinate representation of color #D311D4: hue angle of 299.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D311D4 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 17 212 -
CMYK 0.00 0.92 0 0.17
HSL 299.69º 0.85% 0.45% -
HSV(B) 299.69º 0.92% 0.83% -
XYZ 38.95 19 63.9 -
YUV 97.24 192.77 209.14 -
System Red Green Blue C M Y K H S L
Decimal 211 17 212 0.00 0.92 0 0.17 299.69 0.85 0.45
Hex D3 11 D4 0 5C 0 11 12C 55 2D
Octal 323 21 324 0 134 0 21 454 125 55
Binary 11010011 10001 11010100 0 1011100 0 10001 100101100 1010101 101101

Color Harmonies of #D311D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D311D4

Black with #D311D4

Text Example


Text Example

White with #D311D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D311D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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