Html Css Color HEX #D21FD7 Deep Magenta

📋 copy color: '#D21FD7'

red 210 ◦ green 31 ◦ blue 215

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

Shades of Deep Magenta #D21FD7

Tints of Deep Magenta #D21FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 46.05%
G = 6.8%
B = 47.15%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D21FD7 (or 0xD21FD7) is known color: Deep Magenta. HEX triplet: D2, 1F and D7. RGB value is (210,31,215). Sum of RGB (Red+Green+Blue) = 210+31+215=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #D21FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FD7 is #2DE028. Grayscale: #686868. Windows color (decimal): -3006505 or 14098386. OLE color: 14098386.

HSL color Cylindrical-coordinate representation of color #D21FD7: hue angle of 298.37º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21FD7 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 31 215 -
CMYK 0.02 0.86 0 0.16
HSL 298.37º 0.75% 0.48% -
HSV(B) 298.37º 0.86% 0.84% -
XYZ 39.33 19.59 66 -
YUV 105.5 189.8 202.54 -
System Red Green Blue C M Y K H S L
Decimal 210 31 215 0.02 0.86 0 0.16 298.37 0.75 0.48
Hex D2 1F D7 2 56 0 10 12A 4B 30
Octal 322 37 327 2 126 0 20 452 113 60
Binary 11010010 11111 11010111 10 1010110 0 10000 100101010 1001011 110000

Color Harmonies of #D21FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FD7

Black with #D21FD7

Text Example


Text Example

White with #D21FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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