Html Css Color HEX #D31ABA Deep Magenta

📋 copy color: '#D31ABA'

red 211 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #D31ABA

Tints of Deep Magenta #D31ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 49.88%
G = 6.15%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D31ABA (or 0xD31ABA) is known color: Deep Magenta. HEX triplet: D3, 1A and BA. RGB value is (211,26,186). Sum of RGB (Red+Green+Blue) = 211+26+186=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D31ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ABA is #2CE545. Grayscale: #636363. Windows color (decimal): -2942278 or 12196563. OLE color: 12196563.

HSL color Cylindrical-coordinate representation of color #D31ABA: hue angle of 308.11º 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 #D31ABA is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 26 186 -
CMYK 0 0.88 0.12 0.17
HSL 308.11º 0.78% 0.46% -
HSV(B) 308.11º 0.88% 0.83% -
XYZ 36.1 18.13 48.05 -
YUV 99.56 176.79 207.49 -
System Red Green Blue C M Y K H S L
Decimal 211 26 186 0 0.88 0.12 0.17 308.11 0.78 0.46
Hex D3 1A BA 0 58 C 11 134 4E 2E
Octal 323 32 272 0 130 14 21 464 116 56
Binary 11010011 11010 10111010 0 1011000 1100 10001 100110100 1001110 101110

Color Harmonies of #D31ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ABA

Black with #D31ABA

Text Example


Text Example

White with #D31ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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