Html Css Color HEX #D310D7 Deep Magenta

📋 copy color: '#D310D7'

red 211 ◦ green 16 ◦ blue 215

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

Shades of Deep Magenta #D310D7

Tints of Deep Magenta #D310D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.64%

R = 47.74%
G = 3.62%
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

#D310D7 (or 0xD310D7) is known color: Deep Magenta. HEX triplet: D3, 10 and D7. RGB value is (211,16,215). Sum of RGB (Red+Green+Blue) = 211+16+215=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #D310D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310D7 is #2CEF28. Grayscale: #606060. Windows color (decimal): -2944809 or 14094547. OLE color: 14094547.

HSL color Cylindrical-coordinate representation of color #D310D7: 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 #D310D7 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 16 215 -
CMYK 0.02 0.93 0 0.16
HSL 298.79º 0.86% 0.45% -
HSV(B) 298.79º 0.93% 0.84% -
XYZ 39.32 19.13 65.91 -
YUV 96.99 194.6 209.32 -
System Red Green Blue C M Y K H S L
Decimal 211 16 215 0.02 0.93 0 0.16 298.79 0.86 0.45
Hex D3 10 D7 2 5D 0 10 12B 56 2D
Octal 323 20 327 2 135 0 20 453 126 55
Binary 11010011 10000 11010111 10 1011101 0 10000 100101011 1010110 101101

Color Harmonies of #D310D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310D7

Black with #D310D7

Text Example


Text Example

White with #D310D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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