Html Css Color HEX #D51FDE Deep Magenta

📋 copy color: '#D51FDE'

red 213 ◦ green 31 ◦ blue 222

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

Shades of Deep Magenta #D51FDE

Tints of Deep Magenta #D51FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.65%

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

R = 45.71%
G = 6.65%
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

#D51FDE (or 0xD51FDE) is known color: Deep Magenta. HEX triplet: D5, 1F and DE. RGB value is (213,31,222). Sum of RGB (Red+Green+Blue) = 213+31+222=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 31 (12.5% from 255 or 6.65% 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 #D51FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FDE is #2AE021. Grayscale: #6A6A6A. Windows color (decimal): -2809890 or 14557141. OLE color: 14557141.

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

Color convert

RGB 213 31 222 -
CMYK 0.04 0.86 0 0.13
HSL 297.17º 0.75% 0.5% -
HSV(B) 297.17º 0.86% 0.87% -
XYZ 41.12 20.4 70.88 -
YUV 107.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 213 31 222 0.04 0.86 0 0.13 297.17 0.75 0.5
Hex D5 1F DE 4 56 0 D 129 4B 32
Octal 325 37 336 4 126 0 15 451 113 62
Binary 11010101 11111 11011110 100 1010110 0 1101 100101001 1001011 110010

Color Harmonies of #D51FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FDE

Black with #D51FDE

Text Example


Text Example

White with #D51FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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