Html Css Color HEX #D61EDE Deep Magenta

📋 copy color: '#D61EDE'

red 214 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #D61EDE

Tints of Deep Magenta #D61EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 45.92%
G = 6.44%
B = 47.64%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D61EDE (or 0xD61EDE) is known color: Deep Magenta. HEX triplet: D6, 1E and DE. RGB value is (214,30,222). Sum of RGB (Red+Green+Blue) = 214+30+222=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #D61EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EDE is #29E121. Grayscale: #6A6A6A. Windows color (decimal): -2744610 or 14556886. OLE color: 14556886.

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

Color convert

RGB 214 30 222 -
CMYK 0.04 0.86 0 0.13
HSL 297.5º 0.76% 0.49% -
HSV(B) 297.5º 0.86% 0.87% -
XYZ 41.38 20.5 70.88 -
YUV 106.9 192.96 204.39 -
System Red Green Blue C M Y K H S L
Decimal 214 30 222 0.04 0.86 0 0.13 297.5 0.76 0.49
Hex D6 1E DE 4 56 0 D 12A 4C 31
Octal 326 36 336 4 126 0 15 452 114 61
Binary 11010110 11110 11011110 100 1010110 0 1101 100101010 1001100 110001

Color Harmonies of #D61EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EDE

Black with #D61EDE

Text Example


Text Example

White with #D61EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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