Html Css Color HEX #D61ED1 Deep Magenta

📋 copy color: '#D61ED1'

red 214 ◦ green 30 ◦ blue 209

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

Shades of Deep Magenta #D61ED1

Tints of Deep Magenta #D61ED1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.62%

 BLUE value IS 209 (82.03% from 255) = 46.14%

R = 47.24%
G = 6.62%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D61ED1 (or 0xD61ED1) is known color: Deep Magenta. HEX triplet: D6, 1E and D1. RGB value is (214,30,209). Sum of RGB (Red+Green+Blue) = 214+30+209=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ED1 is #29E12E. Grayscale: #686868. Windows color (decimal): -2744623 or 13704918. OLE color: 13704918.

HSL color Cylindrical-coordinate representation of color #D61ED1: hue angle of 301.63º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61ED1 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 209 -
CMYK 0 0.86 0.02 0.16
HSL 301.63º 0.75% 0.48% -
HSV(B) 301.63º 0.86% 0.84% -
XYZ 39.7 19.83 62.06 -
YUV 105.42 186.46 205.45 -
System Red Green Blue C M Y K H S L
Decimal 214 30 209 0 0.86 0.02 0.16 301.63 0.75 0.48
Hex D6 1E D1 0 56 2 10 12E 4B 30
Octal 326 36 321 0 126 2 20 456 113 60
Binary 11010110 11110 11010001 0 1010110 10 10000 100101110 1001011 110000

Color Harmonies of #D61ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ED1

Black with #D61ED1

Text Example


Text Example

White with #D61ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ED1; }

 p { color: rgb(214,30,209); }

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

background-color css

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

 a { background-color: rgb(214,30,209); }

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

border-color css

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

 span { border-color: rgb(214,30,209); }

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