Html Css Color HEX #D51EDE Deep Magenta

📋 copy color: '#D51EDE'

red 213 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #D51EDE

Tints of Deep Magenta #D51EDE

RGB

 RED value IS 213 (83.59% from 255) = 45.81%

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

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

R = 45.81%
G = 6.45%
B = 47.74%

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

#D51EDE (or 0xD51EDE) is known color: Deep Magenta. HEX triplet: D5, 1E and DE. RGB value is (213,30,222). Sum of RGB (Red+Green+Blue) = 213+30+222=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #D51EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EDE is #2AE121. Grayscale: #6A6A6A. Windows color (decimal): -2810146 or 14556885. OLE color: 14556885.

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

Color convert

RGB 213 30 222 -
CMYK 0.04 0.86 0 0.13
HSL 297.19º 0.76% 0.49% -
HSV(B) 297.19º 0.86% 0.87% -
XYZ 41.09 20.35 70.87 -
YUV 106.61 193.13 203.89 -
System Red Green Blue C M Y K H S L
Decimal 213 30 222 0.04 0.86 0 0.13 297.19 0.76 0.49
Hex D5 1E DE 4 56 0 D 129 4C 31
Octal 325 36 336 4 126 0 15 451 114 61
Binary 11010101 11110 11011110 100 1010110 0 1101 100101001 1001100 110001

Color Harmonies of #D51EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EDE

Black with #D51EDE

Text Example


Text Example

White with #D51EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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