Html Css Color HEX #D50FDD Deep Magenta

📋 copy color: '#D50FDD'

red 213 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #D50FDD

Tints of Deep Magenta #D50FDD

RGB

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

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

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

R = 47.44%
G = 3.34%
B = 49.22%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D50FDD (or 0xD50FDD) is known color: Deep Magenta. HEX triplet: D5, 0F and DD. RGB value is (213,15,221). Sum of RGB (Red+Green+Blue) = 213+15+221=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #D50FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FDD is #2AF022. Grayscale: #616161. Windows color (decimal): -2813987 or 14487509. OLE color: 14487509.

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

Color convert

RGB 213 15 221 -
CMYK 0.04 0.93 0 0.13
HSL 297.67º 0.87% 0.46% -
HSV(B) 297.67º 0.93% 0.87% -
XYZ 40.66 19.71 70.07 -
YUV 97.69 197.6 210.25 -
System Red Green Blue C M Y K H S L
Decimal 213 15 221 0.04 0.93 0 0.13 297.67 0.87 0.46
Hex D5 F DD 4 5D 0 D 12A 57 2E
Octal 325 17 335 4 135 0 15 452 127 56
Binary 11010101 1111 11011101 100 1011101 0 1101 100101010 1010111 101110

Color Harmonies of #D50FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FDD

Black with #D50FDD

Text Example


Text Example

White with #D50FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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