Html Css Color HEX #D50CC2 Deep Magenta

📋 copy color: '#D50CC2'

red 213 ◦ green 12 ◦ blue 194

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

Shades of Deep Magenta #D50CC2

Tints of Deep Magenta #D50CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.3%

R = 50.84%
G = 2.86%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D50CC2 (or 0xD50CC2) is known color: Deep Magenta. HEX triplet: D5, 0C and C2. RGB value is (213,12,194). Sum of RGB (Red+Green+Blue) = 213+12+194=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CC2 is #2AF33D. Grayscale: #5C5C5C. Windows color (decimal): -2814782 or 12717269. OLE color: 12717269.

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

Color convert

RGB 213 12 194 -
CMYK 0 0.94 0.09 0.16
HSL 305.67º 0.89% 0.44% -
HSV(B) 305.67º 0.94% 0.84% -
XYZ 37.31 18.3 52.61 -
YUV 92.85 185.09 213.7 -
System Red Green Blue C M Y K H S L
Decimal 213 12 194 0 0.94 0.09 0.16 305.67 0.89 0.44
Hex D5 C C2 0 5E 9 10 132 59 2C
Octal 325 14 302 0 136 11 20 462 131 54
Binary 11010101 1100 11000010 0 1011110 1001 10000 100110010 1011001 101100

Color Harmonies of #D50CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CC2

Black with #D50CC2

Text Example


Text Example

White with #D50CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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