Html Css Color HEX #D50DCE Deep Magenta

📋 copy color: '#D50DCE'

red 213 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #D50DCE

Tints of Deep Magenta #D50DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 49.31%
G = 3.01%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D50DCE (or 0xD50DCE) is known color: Deep Magenta. HEX triplet: D5, 0D and CE. RGB value is (213,13,206). Sum of RGB (Red+Green+Blue) = 213+13+206=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DCE is #2AF231. Grayscale: #5E5E5E. Windows color (decimal): -2814514 or 13503957. OLE color: 13503957.

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

Color convert

RGB 213 13 206 -
CMYK 0 0.94 0.03 0.16
HSL 302.1º 0.88% 0.44% -
HSV(B) 302.1º 0.94% 0.84% -
XYZ 38.73 18.89 60 -
YUV 94.8 190.76 212.31 -
System Red Green Blue C M Y K H S L
Decimal 213 13 206 0 0.94 0.03 0.16 302.1 0.88 0.44
Hex D5 D CE 0 5E 3 10 12E 58 2C
Octal 325 15 316 0 136 3 20 456 130 54
Binary 11010101 1101 11001110 0 1011110 11 10000 100101110 1011000 101100

Color Harmonies of #D50DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DCE

Black with #D50DCE

Text Example


Text Example

White with #D50DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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