Html Css Color HEX #D31DCF Deep Magenta

📋 copy color: '#D31DCF'

red 211 ◦ green 29 ◦ blue 207

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

Shades of Deep Magenta #D31DCF

Tints of Deep Magenta #D31DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.49%

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 47.2%
G = 6.49%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D31DCF (or 0xD31DCF) is known color: Deep Magenta. HEX triplet: D3, 1D and CF. RGB value is (211,29,207). Sum of RGB (Red+Green+Blue) = 211+29+207=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DCF is #2CE230. Grayscale: #676767. Windows color (decimal): -2941489 or 13573587. OLE color: 13573587.

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

Color convert

RGB 211 29 207 -
CMYK 0 0.86 0.02 0.17
HSL 301.32º 0.76% 0.47% -
HSV(B) 301.32º 0.86% 0.83% -
XYZ 38.57 19.23 60.71 -
YUV 103.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 211 29 207 0 0.86 0.02 0.17 301.32 0.76 0.47
Hex D3 1D CF 0 56 2 11 12D 4C 2F
Octal 323 35 317 0 126 2 21 455 114 57
Binary 11010011 11101 11001111 0 1010110 10 10001 100101101 1001100 101111

Color Harmonies of #D31DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DCF

Black with #D31DCF

Text Example


Text Example

White with #D31DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DCF; }

 p { color: rgb(211,29,207); }

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

background-color css

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

 a { background-color: rgb(211,29,207); }

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

border-color css

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

 span { border-color: rgb(211,29,207); }

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