Html Css Color HEX #D50DDC Deep Magenta

📋 copy color: '#D50DDC'

red 213 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #D50DDC

Tints of Deep Magenta #D50DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 47.76%
G = 2.91%
B = 49.33%

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

#D50DDC (or 0xD50DDC) is known color: Deep Magenta. HEX triplet: D5, 0D and DC. RGB value is (213,13,220). Sum of RGB (Red+Green+Blue) = 213+13+220=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #D50DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DDC is #2AF223. Grayscale: #5F5F5F. Windows color (decimal): -2814500 or 14421461. OLE color: 14421461.

HSL color Cylindrical-coordinate representation of color #D50DDC: hue angle of 297.97º degrees, saturation: 0.89, 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 #D50DDC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 13 220 -
CMYK 0.03 0.94 0 0.14
HSL 297.97º 0.89% 0.46% -
HSV(B) 297.97º 0.94% 0.86% -
XYZ 40.5 19.6 69.36 -
YUV 96.4 197.76 211.17 -
System Red Green Blue C M Y K H S L
Decimal 213 13 220 0.03 0.94 0 0.14 297.97 0.89 0.46
Hex D5 D DC 3 5E 0 E 12A 59 2E
Octal 325 15 334 3 136 0 16 452 131 56
Binary 11010101 1101 11011100 11 1011110 0 1110 100101010 1011001 101110

Color Harmonies of #D50DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DDC

Black with #D50DDC

Text Example


Text Example

White with #D50DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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