Html Css Color HEX #D50DC8 Deep Magenta

📋 copy color: '#D50DC8'

red 213 ◦ green 13 ◦ blue 200

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

Shades of Deep Magenta #D50DC8

Tints of Deep Magenta #D50DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.95%

R = 50%
G = 3.05%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D50DC8 (or 0xD50DC8) is known color: Deep Magenta. HEX triplet: D5, 0D and C8. RGB value is (213,13,200). Sum of RGB (Red+Green+Blue) = 213+13+200=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DC8 is #2AF237. Grayscale: #5D5D5D. Windows color (decimal): -2814520 or 13110741. OLE color: 13110741.

HSL color Cylindrical-coordinate representation of color #D50DC8: hue angle of 303.9º 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 #D50DC8 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 13 200 -
CMYK 0 0.94 0.06 0.16
HSL 303.9º 0.88% 0.44% -
HSV(B) 303.9º 0.94% 0.84% -
XYZ 38.01 18.6 56.23 -
YUV 94.12 187.76 212.79 -
System Red Green Blue C M Y K H S L
Decimal 213 13 200 0 0.94 0.06 0.16 303.9 0.88 0.44
Hex D5 D C8 0 5E 6 10 130 58 2C
Octal 325 15 310 0 136 6 20 460 130 54
Binary 11010101 1101 11001000 0 1011110 110 10000 100110000 1011000 101100

Color Harmonies of #D50DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DC8

Black with #D50DC8

Text Example


Text Example

White with #D50DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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