Html Css Color HEX #D50DDA Deep Magenta

📋 copy color: '#D50DDA'

red 213 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #D50DDA

Tints of Deep Magenta #D50DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.93%

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 47.97%
G = 2.93%
B = 49.1%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D50DDA (or 0xD50DDA) is known color: Deep Magenta. HEX triplet: D5, 0D and DA. RGB value is (213,13,218). Sum of RGB (Red+Green+Blue) = 213+13+218=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #D50DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DDA is #2AF225. Grayscale: #5F5F5F. Windows color (decimal): -2814502 or 14290389. OLE color: 14290389.

HSL color Cylindrical-coordinate representation of color #D50DDA: hue angle of 298.54º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DDA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 13 218 -
CMYK 0.02 0.94 0 0.15
HSL 298.54º 0.89% 0.45% -
HSV(B) 298.54º 0.94% 0.85% -
XYZ 40.24 19.5 67.97 -
YUV 96.17 196.76 211.33 -
System Red Green Blue C M Y K H S L
Decimal 213 13 218 0.02 0.94 0 0.15 298.54 0.89 0.45
Hex D5 D DA 2 5E 0 F 12B 59 2D
Octal 325 15 332 2 136 0 17 453 131 55
Binary 11010101 1101 11011010 10 1011110 0 1111 100101011 1011001 101101

Color Harmonies of #D50DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DDA

Black with #D50DDA

Text Example


Text Example

White with #D50DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DDA; }

 p { color: rgb(213,13,218); }

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

background-color css

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

 a { background-color: rgb(213,13,218); }

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

border-color css

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

 span { border-color: rgb(213,13,218); }

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