Html Css Color HEX #D51CDC Deep Magenta

📋 copy color: '#D51CDC'

red 213 ◦ green 28 ◦ blue 220

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

Shades of Deep Magenta #D51CDC

Tints of Deep Magenta #D51CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.07%

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

R = 46.2%
G = 6.07%
B = 47.72%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D51CDC (or 0xD51CDC) is known color: Deep Magenta. HEX triplet: D5, 1C and DC. RGB value is (213,28,220). Sum of RGB (Red+Green+Blue) = 213+28+220=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #D51CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CDC is #2AE323. Grayscale: #686868. Windows color (decimal): -2810660 or 14425301. OLE color: 14425301.

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

Color convert

RGB 213 28 220 -
CMYK 0.03 0.87 0 0.14
HSL 297.81º 0.77% 0.49% -
HSV(B) 297.81º 0.87% 0.86% -
XYZ 40.77 20.14 69.45 -
YUV 105.2 192.79 204.89 -
System Red Green Blue C M Y K H S L
Decimal 213 28 220 0.03 0.87 0 0.14 297.81 0.77 0.49
Hex D5 1C DC 3 57 0 E 12A 4D 31
Octal 325 34 334 3 127 0 16 452 115 61
Binary 11010101 11100 11011100 11 1010111 0 1110 100101010 1001101 110001

Color Harmonies of #D51CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CDC

Black with #D51CDC

Text Example


Text Example

White with #D51CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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