Html Css Color HEX #D31ADD Deep Magenta

📋 copy color: '#D31ADD'

red 211 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #D31ADD

Tints of Deep Magenta #D31ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.68%

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 46.07%
G = 5.68%
B = 48.25%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D31ADD (or 0xD31ADD) is known color: Deep Magenta. HEX triplet: D3, 1A and DD. RGB value is (211,26,221). Sum of RGB (Red+Green+Blue) = 211+26+221=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #D31ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ADD is #2CE522. Grayscale: #666666. Windows color (decimal): -2942243 or 14490323. OLE color: 14490323.

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

Color convert

RGB 211 26 221 -
CMYK 0.05 0.88 0 0.13
HSL 296.92º 0.79% 0.48% -
HSV(B) 296.92º 0.88% 0.87% -
XYZ 40.28 19.81 70.11 -
YUV 103.55 194.29 204.64 -
System Red Green Blue C M Y K H S L
Decimal 211 26 221 0.05 0.88 0 0.13 296.92 0.79 0.48
Hex D3 1A DD 5 58 0 D 129 4F 30
Octal 323 32 335 5 130 0 15 451 117 60
Binary 11010011 11010 11011101 101 1011000 0 1101 100101001 1001111 110000

Color Harmonies of #D31ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ADD

Black with #D31ADD

Text Example


Text Example

White with #D31ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ADD; }

 p { color: rgb(211,26,221); }

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

background-color css

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

 a { background-color: rgb(211,26,221); }

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

border-color css

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

 span { border-color: rgb(211,26,221); }

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