Html Css Color HEX #D51ADC Deep Magenta

📋 copy color: '#D51ADC'

red 213 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #D51ADC

Tints of Deep Magenta #D51ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.66%

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

R = 46.41%
G = 5.66%
B = 47.93%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D51ADC (or 0xD51ADC) is known color: Deep Magenta. HEX triplet: D5, 1A and DC. RGB value is (213,26,220). Sum of RGB (Red+Green+Blue) = 213+26+220=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #D51ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51ADC is #2AE523. Grayscale: #676767. Windows color (decimal): -2811172 or 14424789. OLE color: 14424789.

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

Color convert

RGB 213 26 220 -
CMYK 0.03 0.88 0 0.14
HSL 297.84º 0.79% 0.48% -
HSV(B) 297.84º 0.88% 0.86% -
XYZ 40.73 20.05 69.43 -
YUV 104.03 193.45 205.73 -
System Red Green Blue C M Y K H S L
Decimal 213 26 220 0.03 0.88 0 0.14 297.84 0.79 0.48
Hex D5 1A DC 3 58 0 E 12A 4F 30
Octal 325 32 334 3 130 0 16 452 117 60
Binary 11010101 11010 11011100 11 1011000 0 1110 100101010 1001111 110000

Color Harmonies of #D51ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51ADC

Black with #D51ADC

Text Example


Text Example

White with #D51ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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