Html Css Color HEX #D50FBA Deep Magenta

📋 copy color: '#D50FBA'

red 213 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #D50FBA

Tints of Deep Magenta #D50FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.62%

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

R = 51.45%
G = 3.62%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D50FBA (or 0xD50FBA) is known color: Deep Magenta. HEX triplet: D5, 0F and BA. RGB value is (213,15,186). Sum of RGB (Red+Green+Blue) = 213+15+186=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D50FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FBA is #2AF045. Grayscale: #5D5D5D. Windows color (decimal): -2814022 or 12193749. OLE color: 12193749.

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

Color convert

RGB 213 15 186 -
CMYK 0 0.93 0.13 0.16
HSL 308.18º 0.87% 0.45% -
HSV(B) 308.18º 0.93% 0.84% -
XYZ 36.47 18.03 48.01 -
YUV 93.7 180.1 213.1 -
System Red Green Blue C M Y K H S L
Decimal 213 15 186 0 0.93 0.13 0.16 308.18 0.87 0.45
Hex D5 F BA 0 5D D 10 134 57 2D
Octal 325 17 272 0 135 15 20 464 127 55
Binary 11010101 1111 10111010 0 1011101 1101 10000 100110100 1010111 101101

Color Harmonies of #D50FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FBA

Black with #D50FBA

Text Example


Text Example

White with #D50FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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