Html Css Color HEX #D50FBE Deep Magenta

📋 copy color: '#D50FBE'

red 213 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #D50FBE

Tints of Deep Magenta #D50FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 50.96%
G = 3.59%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D50FBE (or 0xD50FBE) is known color: Deep Magenta. HEX triplet: D5, 0F and BE. RGB value is (213,15,190). Sum of RGB (Red+Green+Blue) = 213+15+190=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D50FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FBE is #2AF041. Grayscale: #5D5D5D. Windows color (decimal): -2814018 or 12455893. OLE color: 12455893.

HSL color Cylindrical-coordinate representation of color #D50FBE: hue angle of 306.97º 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 #D50FBE is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 15 190 -
CMYK 0 0.93 0.11 0.16
HSL 306.97º 0.87% 0.45% -
HSV(B) 306.97º 0.93% 0.84% -
XYZ 36.91 18.21 50.28 -
YUV 94.15 182.1 212.77 -
System Red Green Blue C M Y K H S L
Decimal 213 15 190 0 0.93 0.11 0.16 306.97 0.87 0.45
Hex D5 F BE 0 5D B 10 133 57 2D
Octal 325 17 276 0 135 13 20 463 127 55
Binary 11010101 1111 10111110 0 1011101 1011 10000 100110011 1010111 101101

Color Harmonies of #D50FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FBE

Black with #D50FBE

Text Example


Text Example

White with #D50FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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