Html Css Color HEX #D416DC Deep Magenta

📋 copy color: '#D416DC'

red 212 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #D416DC

Tints of Deep Magenta #D416DC

RGB

 RED value IS 212 (83.2% from 255) = 46.7%

 GREEN value IS 22 (8.98% from 255) = 4.85%

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

R = 46.7%
G = 4.85%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D416DC (or 0xD416DC) is known color: Deep Magenta. HEX triplet: D4, 16 and DC. RGB value is (212,22,220). Sum of RGB (Red+Green+Blue) = 212+22+220=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #D416DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416DC is #2BE923. Grayscale: #646464. Windows color (decimal): -2877732 or 14423764. OLE color: 14423764.

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

Color convert

RGB 212 22 220 -
CMYK 0.04 0.9 0 0.14
HSL 297.58º 0.82% 0.47% -
HSV(B) 297.58º 0.9% 0.86% -
XYZ 40.36 19.74 69.39 -
YUV 101.38 194.95 206.9 -
System Red Green Blue C M Y K H S L
Decimal 212 22 220 0.04 0.9 0 0.14 297.58 0.82 0.47
Hex D4 16 DC 4 5A 0 E 12A 52 2F
Octal 324 26 334 4 132 0 16 452 122 57
Binary 11010100 10110 11011100 100 1011010 0 1110 100101010 1010010 101111

Color Harmonies of #D416DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416DC

Black with #D416DC

Text Example


Text Example

White with #D416DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416DC; }

 p { color: rgb(212,22,220); }

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

background-color css

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

 a { background-color: rgb(212,22,220); }

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

border-color css

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

 span { border-color: rgb(212,22,220); }

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