Html Css Color HEX #D31ABD Deep Magenta

📋 copy color: '#D31ABD'

red 211 ◦ green 26 ◦ blue 189

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

Shades of Deep Magenta #D31ABD

Tints of Deep Magenta #D31ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.1%

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 49.53%
G = 6.1%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D31ABD (or 0xD31ABD) is known color: Deep Magenta. HEX triplet: D3, 1A and BD. RGB value is (211,26,189). Sum of RGB (Red+Green+Blue) = 211+26+189=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D31ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ABD is #2CE542. Grayscale: #636363. Windows color (decimal): -2942275 or 12393171. OLE color: 12393171.

HSL color Cylindrical-coordinate representation of color #D31ABD: hue angle of 307.14º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31ABD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 26 189 -
CMYK 0 0.88 0.10 0.17
HSL 307.14º 0.78% 0.46% -
HSV(B) 307.14º 0.88% 0.83% -
XYZ 36.42 18.26 49.75 -
YUV 99.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 211 26 189 0 0.88 0.10 0.17 307.14 0.78 0.46
Hex D3 1A BD 0 58 A 11 133 4E 2E
Octal 323 32 275 0 130 12 21 463 116 56
Binary 11010011 11010 10111101 0 1011000 1010 10001 100110011 1001110 101110

Color Harmonies of #D31ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ABD

Black with #D31ABD

Text Example


Text Example

White with #D31ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ABD; }

 p { color: rgb(211,26,189); }

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

background-color css

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

 a { background-color: rgb(211,26,189); }

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

border-color css

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

 span { border-color: rgb(211,26,189); }

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