Html Css Color HEX #D61ED2 Deep Magenta

📋 copy color: '#D61ED2'

red 214 ◦ green 30 ◦ blue 210

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

Shades of Deep Magenta #D61ED2

Tints of Deep Magenta #D61ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 47.14%
G = 6.61%
B = 46.26%

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

#D61ED2 (or 0xD61ED2) is known color: Deep Magenta. HEX triplet: D6, 1E and D2. RGB value is (214,30,210). Sum of RGB (Red+Green+Blue) = 214+30+210=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ED2 is #29E12D. Grayscale: #696969. Windows color (decimal): -2744622 or 13770454. OLE color: 13770454.

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

Color convert

RGB 214 30 210 -
CMYK 0 0.86 0.02 0.16
HSL 301.3º 0.75% 0.48% -
HSV(B) 301.3º 0.86% 0.84% -
XYZ 39.83 19.88 62.71 -
YUV 105.54 186.96 205.36 -
System Red Green Blue C M Y K H S L
Decimal 214 30 210 0 0.86 0.02 0.16 301.3 0.75 0.48
Hex D6 1E D2 0 56 2 10 12D 4B 30
Octal 326 36 322 0 126 2 20 455 113 60
Binary 11010110 11110 11010010 0 1010110 10 10000 100101101 1001011 110000

Color Harmonies of #D61ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ED2

Black with #D61ED2

Text Example


Text Example

White with #D61ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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