Html Css Color HEX #D31FCC Deep Magenta

📋 copy color: '#D31FCC'

red 211 ◦ green 31 ◦ blue 204

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

Shades of Deep Magenta #D31FCC

Tints of Deep Magenta #D31FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 47.31%
G = 6.95%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D31FCC (or 0xD31FCC) is known color: Deep Magenta. HEX triplet: D3, 1F and CC. RGB value is (211,31,204). Sum of RGB (Red+Green+Blue) = 211+31+204=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D31FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31FCC is #2CE033. Grayscale: #686868. Windows color (decimal): -2940980 or 13377491. OLE color: 13377491.

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

Color convert

RGB 211 31 204 -
CMYK 0 0.85 0.03 0.17
HSL 302.33º 0.74% 0.47% -
HSV(B) 302.33º 0.85% 0.83% -
XYZ 38.25 19.19 58.81 -
YUV 104.54 184.13 203.93 -
System Red Green Blue C M Y K H S L
Decimal 211 31 204 0 0.85 0.03 0.17 302.33 0.74 0.47
Hex D3 1F CC 0 55 3 11 12E 4A 2F
Octal 323 37 314 0 125 3 21 456 112 57
Binary 11010011 11111 11001100 0 1010101 11 10001 100101110 1001010 101111

Color Harmonies of #D31FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31FCC

Black with #D31FCC

Text Example


Text Example

White with #D31FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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