Html Css Color HEX #D51DE1 Deep Magenta

📋 copy color: '#D51DE1'

red 213 ◦ green 29 ◦ blue 225

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

Shades of Deep Magenta #D51DE1

Tints of Deep Magenta #D51DE1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.21%

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 45.61%
G = 6.21%
B = 48.18%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D51DE1 (or 0xD51DE1) is known color: Deep Magenta. HEX triplet: D5, 1D and E1. RGB value is (213,29,225). Sum of RGB (Red+Green+Blue) = 213+29+225=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #D51DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DE1 is #2AE21E. Grayscale: #696969. Windows color (decimal): -2810399 or 14753237. OLE color: 14753237.

HSL color Cylindrical-coordinate representation of color #D51DE1: hue angle of 296.33º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51DE1 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 29 225 -
CMYK 0.05 0.87 0 0.12
HSL 296.33º 0.77% 0.5% -
HSV(B) 296.33º 0.87% 0.88% -
XYZ 41.47 20.46 73 -
YUV 106.36 194.96 204.06 -
System Red Green Blue C M Y K H S L
Decimal 213 29 225 0.05 0.87 0 0.12 296.33 0.77 0.5
Hex D5 1D E1 5 57 0 C 128 4D 32
Octal 325 35 341 5 127 0 14 450 115 62
Binary 11010101 11101 11100001 101 1010111 0 1100 100101000 1001101 110010

Color Harmonies of #D51DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DE1

Black with #D51DE1

Text Example


Text Example

White with #D51DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DE1; }

 p { color: rgb(213,29,225); }

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

background-color css

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

 a { background-color: rgb(213,29,225); }

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

border-color css

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

 span { border-color: rgb(213,29,225); }

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