Html Css Color HEX #D61EDD Deep Magenta

📋 copy color: '#D61EDD'

red 214 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #D61EDD

Tints of Deep Magenta #D61EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 46.02%
G = 6.45%
B = 47.53%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D61EDD (or 0xD61EDD) is known color: Deep Magenta. HEX triplet: D6, 1E and DD. RGB value is (214,30,221). Sum of RGB (Red+Green+Blue) = 214+30+221=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #D61EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EDD is #29E122. Grayscale: #6A6A6A. Windows color (decimal): -2744611 or 14491350. OLE color: 14491350.

HSL color Cylindrical-coordinate representation of color #D61EDD: hue angle of 297.8º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61EDD is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 30 221 -
CMYK 0.03 0.86 0 0.13
HSL 297.8º 0.76% 0.49% -
HSV(B) 297.8º 0.86% 0.87% -
XYZ 41.25 20.45 70.18 -
YUV 106.79 192.46 204.47 -
System Red Green Blue C M Y K H S L
Decimal 214 30 221 0.03 0.86 0 0.13 297.8 0.76 0.49
Hex D6 1E DD 3 56 0 D 12A 4C 31
Octal 326 36 335 3 126 0 15 452 114 61
Binary 11010110 11110 11011101 11 1010110 0 1101 100101010 1001100 110001

Color Harmonies of #D61EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EDD

Black with #D61EDD

Text Example


Text Example

White with #D61EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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