Html Css Color HEX #D31FBA Deep Magenta

📋 copy color: '#D31FBA'

red 211 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #D31FBA

Tints of Deep Magenta #D31FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.24%

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

R = 49.3%
G = 7.24%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D31FBA (or 0xD31FBA) is known color: Deep Magenta. HEX triplet: D3, 1F and BA. RGB value is (211,31,186). Sum of RGB (Red+Green+Blue) = 211+31+186=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D31FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31FBA is #2CE045. Grayscale: #666666. Windows color (decimal): -2940998 or 12197843. OLE color: 12197843.

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

Color convert

RGB 211 31 186 -
CMYK 0 0.85 0.12 0.17
HSL 308.33º 0.74% 0.47% -
HSV(B) 308.33º 0.85% 0.83% -
XYZ 36.22 18.37 48.09 -
YUV 102.49 175.13 205.4 -
System Red Green Blue C M Y K H S L
Decimal 211 31 186 0 0.85 0.12 0.17 308.33 0.74 0.47
Hex D3 1F BA 0 55 C 11 134 4A 2F
Octal 323 37 272 0 125 14 21 464 112 57
Binary 11010011 11111 10111010 0 1010101 1100 10001 100110100 1001010 101111

Color Harmonies of #D31FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31FBA

Black with #D31FBA

Text Example


Text Example

White with #D31FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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