Html Css Color HEX #D12ADC Deep Magenta

📋 copy color: '#D12ADC'

red 209 ◦ green 42 ◦ blue 220

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

Shades of Deep Magenta #D12ADC

Tints of Deep Magenta #D12ADC

RGB

 RED value IS 209 (82.03% from 255) = 44.37%

 GREEN value IS 42 (16.8% from 255) = 8.92%

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

R = 44.37%
G = 8.92%
B = 46.71%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D12ADC (or 0xD12ADC) is known color: Deep Magenta. HEX triplet: D1, 2A and DC. RGB value is (209,42,220). Sum of RGB (Red+Green+Blue) = 209+42+220=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #D12ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ADC is #2ED523. Grayscale: #6F6F6F. Windows color (decimal): -3069220 or 14428881. OLE color: 14428881.

HSL color Cylindrical-coordinate representation of color #D12ADC: hue angle of 296.29º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12ADC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 42 220 -
CMYK 0.05 0.81 0 0.14
HSL 296.29º 0.72% 0.51% -
HSV(B) 296.29º 0.81% 0.86% -
XYZ 40.04 20.38 69.53 -
YUV 112.23 188.83 197.03 -
System Red Green Blue C M Y K H S L
Decimal 209 42 220 0.05 0.81 0 0.14 296.29 0.72 0.51
Hex D1 2A DC 5 51 0 E 128 48 33
Octal 321 52 334 5 121 0 16 450 110 63
Binary 11010001 101010 11011100 101 1010001 0 1110 100101000 1001000 110011

Color Harmonies of #D12ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ADC

Black with #D12ADC

Text Example


Text Example

White with #D12ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ADC; }

 p { color: rgb(209,42,220); }

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

background-color css

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

 a { background-color: rgb(209,42,220); }

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

border-color css

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

 span { border-color: rgb(209,42,220); }

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