Html Css Color HEX #D50DC7 Deep Magenta

📋 copy color: '#D50DC7'

red 213 ◦ green 13 ◦ blue 199

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

Shades of Deep Magenta #D50DC7

Tints of Deep Magenta #D50DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.82%

R = 50.12%
G = 3.06%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D50DC7 (or 0xD50DC7) is known color: Deep Magenta. HEX triplet: D5, 0D and C7. RGB value is (213,13,199). Sum of RGB (Red+Green+Blue) = 213+13+199=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DC7 is #2AF238. Grayscale: #5D5D5D. Windows color (decimal): -2814521 or 13045205. OLE color: 13045205.

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

Color convert

RGB 213 13 199 -
CMYK 0 0.94 0.07 0.16
HSL 304.2º 0.88% 0.44% -
HSV(B) 304.2º 0.94% 0.84% -
XYZ 37.89 18.56 55.62 -
YUV 94 187.26 212.88 -
System Red Green Blue C M Y K H S L
Decimal 213 13 199 0 0.94 0.07 0.16 304.2 0.88 0.44
Hex D5 D C7 0 5E 7 10 130 58 2C
Octal 325 15 307 0 136 7 20 460 130 54
Binary 11010101 1101 11000111 0 1011110 111 10000 100110000 1011000 101100

Color Harmonies of #D50DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DC7

Black with #D50DC7

Text Example


Text Example

White with #D50DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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