Html Css Color HEX #D50EDB Deep Magenta

📋 copy color: '#D50EDB'

red 213 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #D50EDB

Tints of Deep Magenta #D50EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 47.76%
G = 3.14%
B = 49.1%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D50EDB (or 0xD50EDB) is known color: Deep Magenta. HEX triplet: D5, 0E and DB. RGB value is (213,14,219). Sum of RGB (Red+Green+Blue) = 213+14+219=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #D50EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EDB is #2AF124. Grayscale: #606060. Windows color (decimal): -2814245 or 14356181. OLE color: 14356181.

HSL color Cylindrical-coordinate representation of color #D50EDB: hue angle of 298.24º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EDB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 14 219 -
CMYK 0.03 0.94 0 0.14
HSL 298.24º 0.88% 0.46% -
HSV(B) 298.24º 0.94% 0.86% -
XYZ 40.38 19.57 68.67 -
YUV 96.87 196.93 210.83 -
System Red Green Blue C M Y K H S L
Decimal 213 14 219 0.03 0.94 0 0.14 298.24 0.88 0.46
Hex D5 E DB 3 5E 0 E 12A 58 2E
Octal 325 16 333 3 136 0 16 452 130 56
Binary 11010101 1110 11011011 11 1011110 0 1110 100101010 1011000 101110

Color Harmonies of #D50EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50EDB

Black with #D50EDB

Text Example


Text Example

White with #D50EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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