Html Css Color HEX #D21FDF Deep Magenta

📋 copy color: '#D21FDF'

red 210 ◦ green 31 ◦ blue 223

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

Shades of Deep Magenta #D21FDF

Tints of Deep Magenta #D21FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 45.26%
G = 6.68%
B = 48.06%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D21FDF (or 0xD21FDF) is known color: Deep Magenta. HEX triplet: D2, 1F and DF. RGB value is (210,31,223). Sum of RGB (Red+Green+Blue) = 210+31+223=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #D21FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FDF is #2DE020. Grayscale: #696969. Windows color (decimal): -3006497 or 14622674. OLE color: 14622674.

HSL color Cylindrical-coordinate representation of color #D21FDF: hue angle of 295.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21FDF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 31 223 -
CMYK 0.06 0.86 0 0.13
HSL 295.94º 0.76% 0.5% -
HSV(B) 295.94º 0.86% 0.87% -
XYZ 40.39 20.01 71.55 -
YUV 106.41 193.8 201.89 -
System Red Green Blue C M Y K H S L
Decimal 210 31 223 0.06 0.86 0 0.13 295.94 0.76 0.5
Hex D2 1F DF 6 56 0 D 128 4C 32
Octal 322 37 337 6 126 0 15 450 114 62
Binary 11010010 11111 11011111 110 1010110 0 1101 100101000 1001100 110010

Color Harmonies of #D21FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FDF

Black with #D21FDF

Text Example


Text Example

White with #D21FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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