Html Css Color HEX #D61FDC Deep Magenta

📋 copy color: '#D61FDC'

red 214 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #D61FDC

Tints of Deep Magenta #D61FDC

RGB

 RED value IS 214 (83.98% from 255) = 46.02%

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

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

R = 46.02%
G = 6.67%
B = 47.31%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D61FDC (or 0xD61FDC) is known color: Deep Magenta. HEX triplet: D6, 1F and DC. RGB value is (214,31,220). Sum of RGB (Red+Green+Blue) = 214+31+220=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #D61FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FDC is #29E023. Grayscale: #6A6A6A. Windows color (decimal): -2744356 or 14426070. OLE color: 14426070.

HSL color Cylindrical-coordinate representation of color #D61FDC: hue angle of 298.1º 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 #D61FDC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 31 220 -
CMYK 0.03 0.86 0 0.14
HSL 298.1º 0.75% 0.49% -
HSV(B) 298.1º 0.86% 0.86% -
XYZ 41.14 20.44 69.49 -
YUV 107.26 191.63 204.13 -
System Red Green Blue C M Y K H S L
Decimal 214 31 220 0.03 0.86 0 0.14 298.1 0.75 0.49
Hex D6 1F DC 3 56 0 E 12A 4B 31
Octal 326 37 334 3 126 0 16 452 113 61
Binary 11010110 11111 11011100 11 1010110 0 1110 100101010 1001011 110001

Color Harmonies of #D61FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FDC

Black with #D61FDC

Text Example


Text Example

White with #D61FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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