Html Css Color HEX #D21FD8 Deep Magenta

📋 copy color: '#D21FD8'

red 210 ◦ green 31 ◦ blue 216

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

Shades of Deep Magenta #D21FD8

Tints of Deep Magenta #D21FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 45.95%
G = 6.78%
B = 47.26%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D21FD8 (or 0xD21FD8) is known color: Deep Magenta. HEX triplet: D2, 1F and D8. RGB value is (210,31,216). Sum of RGB (Red+Green+Blue) = 210+31+216=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #D21FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FD8 is #2DE027. Grayscale: #696969. Windows color (decimal): -3006504 or 14163922. OLE color: 14163922.

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

Color convert

RGB 210 31 216 -
CMYK 0.03 0.86 0 0.15
HSL 298.05º 0.75% 0.48% -
HSV(B) 298.05º 0.86% 0.85% -
XYZ 39.46 19.64 66.68 -
YUV 105.61 190.3 202.46 -
System Red Green Blue C M Y K H S L
Decimal 210 31 216 0.03 0.86 0 0.15 298.05 0.75 0.48
Hex D2 1F D8 3 56 0 F 12A 4B 30
Octal 322 37 330 3 126 0 17 452 113 60
Binary 11010010 11111 11011000 11 1010110 0 1111 100101010 1001011 110000

Color Harmonies of #D21FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FD8

Black with #D21FD8

Text Example


Text Example

White with #D21FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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