Html Css Color HEX #D51FBA Deep Magenta

📋 copy color: '#D51FBA'

red 213 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #D51FBA

Tints of Deep Magenta #D51FBA

RGB

 RED value IS 213 (83.59% from 255) = 49.53%

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

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

R = 49.53%
G = 7.21%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D51FBA (or 0xD51FBA) is known color: Deep Magenta. HEX triplet: D5, 1F and BA. RGB value is (213,31,186). Sum of RGB (Red+Green+Blue) = 213+31+186=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FBA is #2AE045. Grayscale: #666666. Windows color (decimal): -2809926 or 12197845. OLE color: 12197845.

HSL color Cylindrical-coordinate representation of color #D51FBA: hue angle of 308.9º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51FBA is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 31 186 -
CMYK 0 0.85 0.13 0.16
HSL 308.9º 0.75% 0.48% -
HSV(B) 308.9º 0.85% 0.84% -
XYZ 36.79 18.67 48.12 -
YUV 103.09 174.8 206.4 -
System Red Green Blue C M Y K H S L
Decimal 213 31 186 0 0.85 0.13 0.16 308.9 0.75 0.48
Hex D5 1F BA 0 55 D 10 135 4B 30
Octal 325 37 272 0 125 15 20 465 113 60
Binary 11010101 11111 10111010 0 1010101 1101 10000 100110101 1001011 110000

Color Harmonies of #D51FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FBA

Black with #D51FBA

Text Example


Text Example

White with #D51FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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