Html Css Color HEX #D50EBE Deep Magenta

📋 copy color: '#D50EBE'

red 213 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #D50EBE

Tints of Deep Magenta #D50EBE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.36%

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

R = 51.08%
G = 3.36%
B = 45.56%

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

#D50EBE (or 0xD50EBE) is known color: Deep Magenta. HEX triplet: D5, 0E and BE. RGB value is (213,14,190). Sum of RGB (Red+Green+Blue) = 213+14+190=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EBE is #2AF141. Grayscale: #5D5D5D. Windows color (decimal): -2814274 or 12455637. OLE color: 12455637.

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

Color convert

RGB 213 14 190 -
CMYK 0 0.93 0.11 0.16
HSL 306.93º 0.88% 0.45% -
HSV(B) 306.93º 0.93% 0.84% -
XYZ 36.89 18.18 50.28 -
YUV 93.57 182.43 213.19 -
System Red Green Blue C M Y K H S L
Decimal 213 14 190 0 0.93 0.11 0.16 306.93 0.88 0.45
Hex D5 E BE 0 5D B 10 133 58 2D
Octal 325 16 276 0 135 13 20 463 130 55
Binary 11010101 1110 10111110 0 1011101 1011 10000 100110011 1011000 101101

Color Harmonies of #D50EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50EBE

Black with #D50EBE

Text Example


Text Example

White with #D50EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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