Html Css Color HEX #D21FD5 Deep Magenta

📋 copy color: '#D21FD5'

red 210 ◦ green 31 ◦ blue 213

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

Shades of Deep Magenta #D21FD5

Tints of Deep Magenta #D21FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.92%

R = 46.26%
G = 6.83%
B = 46.92%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D21FD5 (or 0xD21FD5) is known color: Deep Magenta. HEX triplet: D2, 1F and D5. RGB value is (210,31,213). Sum of RGB (Red+Green+Blue) = 210+31+213=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #D21FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FD5 is #2DE02A. Grayscale: #686868. Windows color (decimal): -3006507 or 13967314. OLE color: 13967314.

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

Color convert

RGB 210 31 213 -
CMYK 0.01 0.85 0 0.16
HSL 299.01º 0.75% 0.48% -
HSV(B) 299.01º 0.85% 0.84% -
XYZ 39.08 19.49 64.65 -
YUV 105.27 188.8 202.7 -
System Red Green Blue C M Y K H S L
Decimal 210 31 213 0.01 0.85 0 0.16 299.01 0.75 0.48
Hex D2 1F D5 1 55 0 10 12B 4B 30
Octal 322 37 325 1 125 0 20 453 113 60
Binary 11010010 11111 11010101 1 1010101 0 10000 100101011 1001011 110000

Color Harmonies of #D21FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FD5

Black with #D21FD5

Text Example


Text Example

White with #D21FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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