Html Css Color HEX #D811D4 Deep Magenta

📋 copy color: '#D811D4'

red 216 ◦ green 17 ◦ blue 212

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

Shades of Deep Magenta #D811D4

Tints of Deep Magenta #D811D4

RGB

 RED value IS 216 (84.77% from 255) = 48.54%

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

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

R = 48.54%
G = 3.82%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D811D4 (or 0xD811D4) is known color: Deep Magenta. HEX triplet: D8, 11 and D4. RGB value is (216,17,212). Sum of RGB (Red+Green+Blue) = 216+17+212=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D811D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811D4 is #27EE2B. Grayscale: #626262. Windows color (decimal): -2616876 or 13898200. OLE color: 13898200.

HSL color Cylindrical-coordinate representation of color #D811D4: hue angle of 301.21º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D811D4 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 212 -
CMYK 0 0.92 0.02 0.15
HSL 301.21º 0.85% 0.46% -
HSV(B) 301.21º 0.92% 0.85% -
XYZ 40.4 19.75 63.97 -
YUV 98.73 191.93 211.64 -
System Red Green Blue C M Y K H S L
Decimal 216 17 212 0 0.92 0.02 0.15 301.21 0.85 0.46
Hex D8 11 D4 0 5C 2 F 12D 55 2E
Octal 330 21 324 0 134 2 17 455 125 56
Binary 11011000 10001 11010100 0 1011100 10 1111 100101101 1010101 101110

Color Harmonies of #D811D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811D4

Black with #D811D4

Text Example


Text Example

White with #D811D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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