Html Css Color HEX #D21EDC Deep Magenta

📋 copy color: '#D21EDC'

red 210 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #D21EDC

Tints of Deep Magenta #D21EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 45.65%
G = 6.52%
B = 47.83%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D21EDC (or 0xD21EDC) is known color: Deep Magenta. HEX triplet: D2, 1E and DC. RGB value is (210,30,220). Sum of RGB (Red+Green+Blue) = 210+30+220=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #D21EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21EDC is #2DE123. Grayscale: #686868. Windows color (decimal): -3006756 or 14425810. OLE color: 14425810.

HSL color Cylindrical-coordinate representation of color #D21EDC: hue angle of 296.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21EDC is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 30 220 -
CMYK 0.05 0.86 0 0.14
HSL 296.84º 0.76% 0.49% -
HSV(B) 296.84º 0.86% 0.86% -
XYZ 39.96 19.8 69.43 -
YUV 105.48 192.63 202.55 -
System Red Green Blue C M Y K H S L
Decimal 210 30 220 0.05 0.86 0 0.14 296.84 0.76 0.49
Hex D2 1E DC 5 56 0 E 129 4C 31
Octal 322 36 334 5 126 0 16 451 114 61
Binary 11010010 11110 11011100 101 1010110 0 1110 100101001 1001100 110001

Color Harmonies of #D21EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21EDC

Black with #D21EDC

Text Example


Text Example

White with #D21EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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