Html Css Color HEX #D310DF Deep Magenta

📋 copy color: '#D310DF'

red 211 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #D310DF

Tints of Deep Magenta #D310DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 46.89%
G = 3.56%
B = 49.56%

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

#D310DF (or 0xD310DF) is known color: Deep Magenta. HEX triplet: D3, 10 and DF. RGB value is (211,16,223). Sum of RGB (Red+Green+Blue) = 211+16+223=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #D310DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310DF is #2CEF20. Grayscale: #616161. Windows color (decimal): -2944801 or 14618835. OLE color: 14618835.

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

Color convert

RGB 211 16 223 -
CMYK 0.05 0.93 0 0.13
HSL 296.52º 0.87% 0.47% -
HSV(B) 296.52º 0.93% 0.87% -
XYZ 40.37 19.55 71.46 -
YUV 97.9 198.6 208.67 -
System Red Green Blue C M Y K H S L
Decimal 211 16 223 0.05 0.93 0 0.13 296.52 0.87 0.47
Hex D3 10 DF 5 5D 0 D 129 57 2F
Octal 323 20 337 5 135 0 15 451 127 57
Binary 11010011 10000 11011111 101 1011101 0 1101 100101001 1010111 101111

Color Harmonies of #D310DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310DF

Black with #D310DF

Text Example


Text Example

White with #D310DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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