Html Css Color HEX #D310D8 Deep Magenta

📋 copy color: '#D310D8'

red 211 ◦ green 16 ◦ blue 216

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

Shades of Deep Magenta #D310D8

Tints of Deep Magenta #D310D8

RGB

 RED value IS 211 (82.81% from 255) = 47.63%

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

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

R = 47.63%
G = 3.61%
B = 48.76%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D310D8 (or 0xD310D8) is known color: Deep Magenta. HEX triplet: D3, 10 and D8. RGB value is (211,16,216). Sum of RGB (Red+Green+Blue) = 211+16+216=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #D310D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310D8 is #2CEF27. Grayscale: #606060. Windows color (decimal): -2944808 or 14160083. OLE color: 14160083.

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

Color convert

RGB 211 16 216 -
CMYK 0.02 0.93 0 0.15
HSL 298.5º 0.86% 0.45% -
HSV(B) 298.5º 0.93% 0.85% -
XYZ 39.44 19.18 66.59 -
YUV 97.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 211 16 216 0.02 0.93 0 0.15 298.5 0.86 0.45
Hex D3 10 D8 2 5D 0 F 12A 56 2D
Octal 323 20 330 2 135 0 17 452 126 55
Binary 11010011 10000 11011000 10 1011101 0 1111 100101010 1010110 101101

Color Harmonies of #D310D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310D8

Black with #D310D8

Text Example


Text Example

White with #D310D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310D8; }

 p { color: rgb(211,16,216); }

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

background-color css

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

 a { background-color: rgb(211,16,216); }

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

border-color css

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

 span { border-color: rgb(211,16,216); }

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