Html Css Color HEX #D31FDC Deep Magenta

📋 copy color: '#D31FDC'

red 211 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #D31FDC

Tints of Deep Magenta #D31FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.71%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 45.67%
G = 6.71%
B = 47.62%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D31FDC (or 0xD31FDC) is known color: Deep Magenta. HEX triplet: D3, 1F and DC. RGB value is (211,31,220). Sum of RGB (Red+Green+Blue) = 211+31+220=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #D31FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31FDC is #2CE023. Grayscale: #696969. Windows color (decimal): -2940964 or 14426067. OLE color: 14426067.

HSL color Cylindrical-coordinate representation of color #D31FDC: hue angle of 297.14º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31FDC is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 31 220 -
CMYK 0.04 0.86 0 0.14
HSL 297.14º 0.75% 0.49% -
HSV(B) 297.14º 0.86% 0.86% -
XYZ 40.27 20 69.45 -
YUV 106.37 192.13 202.63 -
System Red Green Blue C M Y K H S L
Decimal 211 31 220 0.04 0.86 0 0.14 297.14 0.75 0.49
Hex D3 1F DC 4 56 0 E 129 4B 31
Octal 323 37 334 4 126 0 16 451 113 61
Binary 11010011 11111 11011100 100 1010110 0 1110 100101001 1001011 110001

Color Harmonies of #D31FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31FDC

Black with #D31FDC

Text Example


Text Example

White with #D31FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31FDC; }

 p { color: rgb(211,31,220); }

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

background-color css

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

 a { background-color: rgb(211,31,220); }

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

border-color css

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

 span { border-color: rgb(211,31,220); }

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