Html Css Color HEX #D310DD Deep Magenta

📋 copy color: '#D310DD'

red 211 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #D310DD

Tints of Deep Magenta #D310DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 47.1%
G = 3.57%
B = 49.33%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D310DD (or 0xD310DD) is known color: Deep Magenta. HEX triplet: D3, 10 and DD. RGB value is (211,16,221). Sum of RGB (Red+Green+Blue) = 211+16+221=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #D310DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310DD is #2CEF22. Grayscale: #616161. Windows color (decimal): -2944803 or 14487763. OLE color: 14487763.

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

Color convert

RGB 211 16 221 -
CMYK 0.05 0.93 0 0.13
HSL 297.07º 0.86% 0.46% -
HSV(B) 297.07º 0.93% 0.87% -
XYZ 40.1 19.44 70.05 -
YUV 97.68 197.6 208.83 -
System Red Green Blue C M Y K H S L
Decimal 211 16 221 0.05 0.93 0 0.13 297.07 0.86 0.46
Hex D3 10 DD 5 5D 0 D 129 56 2E
Octal 323 20 335 5 135 0 15 451 126 56
Binary 11010011 10000 11011101 101 1011101 0 1101 100101001 1010110 101110

Color Harmonies of #D310DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310DD

Black with #D310DD

Text Example


Text Example

White with #D310DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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