Html Css Color HEX #D50DC5 Deep Magenta

📋 copy color: '#D50DC5'

red 213 ◦ green 13 ◦ blue 197

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

Shades of Deep Magenta #D50DC5

Tints of Deep Magenta #D50DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.57%

R = 50.35%
G = 3.07%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D50DC5 (or 0xD50DC5) is known color: Deep Magenta. HEX triplet: D5, 0D and C5. RGB value is (213,13,197). Sum of RGB (Red+Green+Blue) = 213+13+197=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DC5 is #2AF23A. Grayscale: #5D5D5D. Windows color (decimal): -2814523 or 12914133. OLE color: 12914133.

HSL color Cylindrical-coordinate representation of color #D50DC5: hue angle of 304.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DC5 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 13 197 -
CMYK 0 0.94 0.08 0.16
HSL 304.8º 0.88% 0.44% -
HSV(B) 304.8º 0.94% 0.84% -
XYZ 37.66 18.47 54.4 -
YUV 93.78 186.26 213.04 -
System Red Green Blue C M Y K H S L
Decimal 213 13 197 0 0.94 0.08 0.16 304.8 0.88 0.44
Hex D5 D C5 0 5E 8 10 131 58 2C
Octal 325 15 305 0 136 10 20 461 130 54
Binary 11010101 1101 11000101 0 1011110 1000 10000 100110001 1011000 101100

Color Harmonies of #D50DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DC5

Black with #D50DC5

Text Example


Text Example

White with #D50DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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