Html Css Color HEX #D50EDD Deep Magenta

📋 copy color: '#D50EDD'

red 213 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #D50EDD

Tints of Deep Magenta #D50EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 47.54%
G = 3.13%
B = 49.33%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D50EDD (or 0xD50EDD) is known color: Deep Magenta. HEX triplet: D5, 0E and DD. RGB value is (213,14,221). Sum of RGB (Red+Green+Blue) = 213+14+221=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #D50EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EDD is #2AF122. Grayscale: #606060. Windows color (decimal): -2814243 or 14487253. OLE color: 14487253.

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

Color convert

RGB 213 14 221 -
CMYK 0.04 0.94 0 0.13
HSL 297.68º 0.88% 0.46% -
HSV(B) 297.68º 0.94% 0.87% -
XYZ 40.65 19.68 70.06 -
YUV 97.1 197.93 210.67 -
System Red Green Blue C M Y K H S L
Decimal 213 14 221 0.04 0.94 0 0.13 297.68 0.88 0.46
Hex D5 E DD 4 5E 0 D 12A 58 2E
Octal 325 16 335 4 136 0 15 452 130 56
Binary 11010101 1110 11011101 100 1011110 0 1101 100101010 1011000 101110

Color Harmonies of #D50EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50EDD

Black with #D50EDD

Text Example


Text Example

White with #D50EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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