Html Css Color HEX #D51EDD Deep Magenta

📋 copy color: '#D51EDD'

red 213 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #D51EDD

Tints of Deep Magenta #D51EDD

RGB

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

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

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

R = 45.91%
G = 6.47%
B = 47.63%

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

#D51EDD (or 0xD51EDD) is known color: Deep Magenta. HEX triplet: D5, 1E and DD. RGB value is (213,30,221). Sum of RGB (Red+Green+Blue) = 213+30+221=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #D51EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EDD is #2AE122. Grayscale: #696969. Windows color (decimal): -2810147 or 14491349. OLE color: 14491349.

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

Color convert

RGB 213 30 221 -
CMYK 0.04 0.86 0 0.13
HSL 297.49º 0.76% 0.49% -
HSV(B) 297.49º 0.86% 0.87% -
XYZ 40.96 20.3 70.17 -
YUV 106.49 192.63 203.97 -
System Red Green Blue C M Y K H S L
Decimal 213 30 221 0.04 0.86 0 0.13 297.49 0.76 0.49
Hex D5 1E DD 4 56 0 D 129 4C 31
Octal 325 36 335 4 126 0 15 451 114 61
Binary 11010101 11110 11011101 100 1010110 0 1101 100101001 1001100 110001

Color Harmonies of #D51EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EDD

Black with #D51EDD

Text Example


Text Example

White with #D51EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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