Html Css Color HEX #D31DB5 Deep Magenta

📋 copy color: '#D31DB5'

red 211 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #D31DB5

Tints of Deep Magenta #D31DB5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.89%

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

R = 50.12%
G = 6.89%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D31DB5 (or 0xD31DB5) is known color: Deep Magenta. HEX triplet: D3, 1D and B5. RGB value is (211,29,181). Sum of RGB (Red+Green+Blue) = 211+29+181=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DB5 is #2CE24A. Grayscale: #646464. Windows color (decimal): -2941515 or 11869651. OLE color: 11869651.

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

Color convert

RGB 211 29 181 -
CMYK 0 0.86 0.14 0.17
HSL 309.89º 0.76% 0.47% -
HSV(B) 309.89º 0.86% 0.83% -
XYZ 35.64 18.06 45.32 -
YUV 100.75 173.3 206.64 -
System Red Green Blue C M Y K H S L
Decimal 211 29 181 0 0.86 0.14 0.17 309.89 0.76 0.47
Hex D3 1D B5 0 56 E 11 136 4C 2F
Octal 323 35 265 0 126 16 21 466 114 57
Binary 11010011 11101 10110101 0 1010110 1110 10001 100110110 1001100 101111

Color Harmonies of #D31DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DB5

Black with #D31DB5

Text Example


Text Example

White with #D31DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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