Html Css Color HEX #D21EDD Deep Magenta

📋 copy color: '#D21EDD'

red 210 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #D21EDD

Tints of Deep Magenta #D21EDD

RGB

 RED value IS 210 (82.42% from 255) = 45.55%

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

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

R = 45.55%
G = 6.51%
B = 47.94%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D21EDD (or 0xD21EDD) is known color: Deep Magenta. HEX triplet: D2, 1E and DD. RGB value is (210,30,221). Sum of RGB (Red+Green+Blue) = 210+30+221=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #D21EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21EDD is #2DE122. Grayscale: #696969. Windows color (decimal): -3006755 or 14491346. OLE color: 14491346.

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

Color convert

RGB 210 30 221 -
CMYK 0.05 0.86 0 0.13
HSL 296.54º 0.76% 0.49% -
HSV(B) 296.54º 0.86% 0.87% -
XYZ 40.09 19.85 70.12 -
YUV 105.59 193.13 202.47 -
System Red Green Blue C M Y K H S L
Decimal 210 30 221 0.05 0.86 0 0.13 296.54 0.76 0.49
Hex D2 1E DD 5 56 0 D 129 4C 31
Octal 322 36 335 5 126 0 15 451 114 61
Binary 11010010 11110 11011101 101 1010110 0 1101 100101001 1001100 110001

Color Harmonies of #D21EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EDD

Black with #D21EDD

Text Example


Text Example

White with #D21EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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