Html Css Color HEX #D61ADC Deep Magenta

📋 copy color: '#D61ADC'

red 214 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #D61ADC

Tints of Deep Magenta #D61ADC

RGB

 RED value IS 214 (83.98% from 255) = 46.52%

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

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

R = 46.52%
G = 5.65%
B = 47.83%

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

#D61ADC (or 0xD61ADC) is known color: Deep Magenta. HEX triplet: D6, 1A and DC. RGB value is (214,26,220). Sum of RGB (Red+Green+Blue) = 214+26+220=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #D61ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ADC is #29E523. Grayscale: #676767. Windows color (decimal): -2745636 or 14424790. OLE color: 14424790.

HSL color Cylindrical-coordinate representation of color #D61ADC: hue angle of 298.14º 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 #D61ADC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 26 220 -
CMYK 0.03 0.88 0 0.14
HSL 298.14º 0.79% 0.48% -
HSV(B) 298.14º 0.88% 0.86% -
XYZ 41.02 20.2 69.45 -
YUV 104.33 193.28 206.23 -
System Red Green Blue C M Y K H S L
Decimal 214 26 220 0.03 0.88 0 0.14 298.14 0.79 0.48
Hex D6 1A DC 3 58 0 E 12A 4F 30
Octal 326 32 334 3 130 0 16 452 117 60
Binary 11010110 11010 11011100 11 1011000 0 1110 100101010 1001111 110000

Color Harmonies of #D61ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ADC

Black with #D61ADC

Text Example


Text Example

White with #D61ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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