Html Css Color HEX #D50CC0 Deep Magenta

📋 copy color: '#D50CC0'

red 213 ◦ green 12 ◦ blue 192

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

Shades of Deep Magenta #D50CC0

Tints of Deep Magenta #D50CC0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

 BLUE value IS 192 (75.39% from 255) = 46.04%

R = 51.08%
G = 2.88%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D50CC0 (or 0xD50CC0) is known color: Deep Magenta. HEX triplet: D5, 0C and C0. RGB value is (213,12,192). Sum of RGB (Red+Green+Blue) = 213+12+192=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CC0 is #2AF33F. Grayscale: #5C5C5C. Windows color (decimal): -2814784 or 12586197. OLE color: 12586197.

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

Color convert

RGB 213 12 192 -
CMYK 0 0.94 0.10 0.16
HSL 306.27º 0.89% 0.44% -
HSV(B) 306.27º 0.94% 0.84% -
XYZ 37.09 18.21 51.43 -
YUV 92.62 184.09 213.86 -
System Red Green Blue C M Y K H S L
Decimal 213 12 192 0 0.94 0.10 0.16 306.27 0.89 0.44
Hex D5 C C0 0 5E A 10 132 59 2C
Octal 325 14 300 0 136 12 20 462 131 54
Binary 11010101 1100 11000000 0 1011110 1010 10000 100110010 1011001 101100

Color Harmonies of #D50CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CC0

Black with #D50CC0

Text Example


Text Example

White with #D50CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CC0; }

 p { color: rgb(213,12,192); }

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

background-color css

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

 a { background-color: rgb(213,12,192); }

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

border-color css

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

 span { border-color: rgb(213,12,192); }

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