Html Css Color HEX #D21FDD Deep Magenta

📋 copy color: '#D21FDD'

red 210 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #D21FDD

Tints of Deep Magenta #D21FDD

RGB

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

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

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

R = 45.45%
G = 6.71%
B = 47.84%

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

#D21FDD (or 0xD21FDD) is known color: Deep Magenta. HEX triplet: D2, 1F and DD. RGB value is (210,31,221). Sum of RGB (Red+Green+Blue) = 210+31+221=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #D21FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FDD is #2DE022. Grayscale: #696969. Windows color (decimal): -3006499 or 14491602. OLE color: 14491602.

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

Color convert

RGB 210 31 221 -
CMYK 0.05 0.86 0 0.13
HSL 296.53º 0.75% 0.49% -
HSV(B) 296.53º 0.86% 0.87% -
XYZ 40.12 19.9 70.13 -
YUV 106.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 210 31 221 0.05 0.86 0 0.13 296.53 0.75 0.49
Hex D2 1F DD 5 56 0 D 129 4B 31
Octal 322 37 335 5 126 0 15 451 113 61
Binary 11010010 11111 11011101 101 1010110 0 1101 100101001 1001011 110001

Color Harmonies of #D21FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FDD

Black with #D21FDD

Text Example


Text Example

White with #D21FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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