Html Css Color HEX #D310D9 Deep Magenta

📋 copy color: '#D310D9'

red 211 ◦ green 16 ◦ blue 217

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

Shades of Deep Magenta #D310D9

Tints of Deep Magenta #D310D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.87%

R = 47.52%
G = 3.6%
B = 48.87%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D310D9 (or 0xD310D9) is known color: Deep Magenta. HEX triplet: D3, 10 and D9. RGB value is (211,16,217). Sum of RGB (Red+Green+Blue) = 211+16+217=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #D310D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310D9 is #2CEF26. Grayscale: #606060. Windows color (decimal): -2944807 or 14225619. OLE color: 14225619.

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

Color convert

RGB 211 16 217 -
CMYK 0.03 0.93 0 0.15
HSL 298.21º 0.86% 0.46% -
HSV(B) 298.21º 0.93% 0.85% -
XYZ 39.57 19.23 67.27 -
YUV 97.22 195.6 209.16 -
System Red Green Blue C M Y K H S L
Decimal 211 16 217 0.03 0.93 0 0.15 298.21 0.86 0.46
Hex D3 10 D9 3 5D 0 F 12A 56 2E
Octal 323 20 331 3 135 0 17 452 126 56
Binary 11010011 10000 11011001 11 1011101 0 1111 100101010 1010110 101110

Color Harmonies of #D310D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310D9

Black with #D310D9

Text Example


Text Example

White with #D310D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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