Html Css Color HEX #D31ACD Deep Magenta

📋 copy color: '#D31ACD'

red 211 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #D31ACD

Tints of Deep Magenta #D31ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 47.74%
G = 5.88%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D31ACD (or 0xD31ACD) is known color: Deep Magenta. HEX triplet: D3, 1A and CD. RGB value is (211,26,205). Sum of RGB (Red+Green+Blue) = 211+26+205=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D31ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ACD is #2CE532. Grayscale: #656565. Windows color (decimal): -2942259 or 13441747. OLE color: 13441747.

HSL color Cylindrical-coordinate representation of color #D31ACD: hue angle of 301.95º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31ACD is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 26 205 -
CMYK 0 0.88 0.03 0.17
HSL 301.95º 0.78% 0.46% -
HSV(B) 301.95º 0.88% 0.83% -
XYZ 38.25 19 59.41 -
YUV 101.72 186.29 205.95 -
System Red Green Blue C M Y K H S L
Decimal 211 26 205 0 0.88 0.03 0.17 301.95 0.78 0.46
Hex D3 1A CD 0 58 3 11 12E 4E 2E
Octal 323 32 315 0 130 3 21 456 116 56
Binary 11010011 11010 11001101 0 1011000 11 10001 100101110 1001110 101110

Color Harmonies of #D31ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ACD

Black with #D31ACD

Text Example


Text Example

White with #D31ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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