Html Css Color HEX #D50CDC Deep Magenta

📋 copy color: '#D50CDC'

red 213 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #D50CDC

Tints of Deep Magenta #D50CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 47.87%
G = 2.7%
B = 49.44%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D50CDC (or 0xD50CDC) is known color: Deep Magenta. HEX triplet: D5, 0C and DC. RGB value is (213,12,220). Sum of RGB (Red+Green+Blue) = 213+12+220=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #D50CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CDC is #2AF323. Grayscale: #5F5F5F. Windows color (decimal): -2814756 or 14421205. OLE color: 14421205.

HSL color Cylindrical-coordinate representation of color #D50CDC: hue angle of 297.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CDC is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 12 220 -
CMYK 0.03 0.95 0 0.14
HSL 297.98º 0.9% 0.45% -
HSV(B) 297.98º 0.95% 0.86% -
XYZ 40.49 19.58 69.35 -
YUV 95.81 198.09 211.59 -
System Red Green Blue C M Y K H S L
Decimal 213 12 220 0.03 0.95 0 0.14 297.98 0.9 0.45
Hex D5 C DC 3 5F 0 E 12A 5A 2D
Octal 325 14 334 3 137 0 16 452 132 55
Binary 11010101 1100 11011100 11 1011111 0 1110 100101010 1011010 101101

Color Harmonies of #D50CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CDC

Black with #D50CDC

Text Example


Text Example

White with #D50CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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