Html Css Color HEX #D310B5 Deep Magenta

📋 copy color: '#D310B5'

red 211 ◦ green 16 ◦ blue 181

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

Shades of Deep Magenta #D310B5

Tints of Deep Magenta #D310B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.36%

R = 51.72%
G = 3.92%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D310B5 (or 0xD310B5) is known color: Deep Magenta. HEX triplet: D3, 10 and B5. RGB value is (211,16,181). Sum of RGB (Red+Green+Blue) = 211+16+181=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D310B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310B5 is #2CEF4A. Grayscale: #5C5C5C. Windows color (decimal): -2944843 or 11866323. OLE color: 11866323.

HSL color Cylindrical-coordinate representation of color #D310B5: hue angle of 309.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D310B5 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 16 181 -
CMYK 0 0.92 0.14 0.17
HSL 309.23º 0.86% 0.45% -
HSV(B) 309.23º 0.92% 0.83% -
XYZ 35.39 17.56 45.24 -
YUV 93.12 177.6 212.08 -
System Red Green Blue C M Y K H S L
Decimal 211 16 181 0 0.92 0.14 0.17 309.23 0.86 0.45
Hex D3 10 B5 0 5C E 11 135 56 2D
Octal 323 20 265 0 134 16 21 465 126 55
Binary 11010011 10000 10110101 0 1011100 1110 10001 100110101 1010110 101101

Color Harmonies of #D310B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310B5

Black with #D310B5

Text Example


Text Example

White with #D310B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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