Html Css Color HEX #D210D6 Deep Magenta

📋 copy color: '#D210D6'

red 210 ◦ green 16 ◦ blue 214

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

Shades of Deep Magenta #D210D6

Tints of Deep Magenta #D210D6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.64%

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 47.73%
G = 3.64%
B = 48.64%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D210D6 (or 0xD210D6) is known color: Deep Magenta. HEX triplet: D2, 10 and D6. RGB value is (210,16,214). Sum of RGB (Red+Green+Blue) = 210+16+214=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #D210D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210D6 is #2DEF29. Grayscale: #5F5F5F. Windows color (decimal): -3010346 or 14029010. OLE color: 14029010.

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

Color convert

RGB 210 16 214 -
CMYK 0.02 0.93 0 0.16
HSL 298.79º 0.86% 0.45% -
HSV(B) 298.79º 0.93% 0.84% -
XYZ 38.9 18.93 65.22 -
YUV 96.58 194.27 208.9 -
System Red Green Blue C M Y K H S L
Decimal 210 16 214 0.02 0.93 0 0.16 298.79 0.86 0.45
Hex D2 10 D6 2 5D 0 10 12B 56 2D
Octal 322 20 326 2 135 0 20 453 126 55
Binary 11010010 10000 11010110 10 1011101 0 10000 100101011 1010110 101101

Color Harmonies of #D210D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D210D6

Black with #D210D6

Text Example


Text Example

White with #D210D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D210D6; }

 p { color: rgb(210,16,214); }

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

background-color css

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

 a { background-color: rgb(210,16,214); }

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

border-color css

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

 span { border-color: rgb(210,16,214); }

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