Html Css Color HEX #D12BDC Deep Magenta

📋 copy color: '#D12BDC'

red 209 ◦ green 43 ◦ blue 220

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

Shades of Deep Magenta #D12BDC

Tints of Deep Magenta #D12BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.11%

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

R = 44.28%
G = 9.11%
B = 46.61%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D12BDC (or 0xD12BDC) is known color: Deep Magenta. HEX triplet: D1, 2B and DC. RGB value is (209,43,220). Sum of RGB (Red+Green+Blue) = 209+43+220=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #D12BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BDC is #2ED423. Grayscale: #707070. Windows color (decimal): -3068964 or 14429137. OLE color: 14429137.

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

Color convert

RGB 209 43 220 -
CMYK 0.05 0.80 0 0.14
HSL 296.27º 0.72% 0.52% -
HSV(B) 296.27º 0.8% 0.86% -
XYZ 40.08 20.45 69.55 -
YUV 112.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 209 43 220 0.05 0.80 0 0.14 296.27 0.72 0.52
Hex D1 2B DC 5 50 0 E 128 48 34
Octal 321 53 334 5 120 0 16 450 110 64
Binary 11010001 101011 11011100 101 1010000 0 1110 100101000 1001000 110100

Color Harmonies of #D12BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12BDC

Black with #D12BDC

Text Example


Text Example

White with #D12BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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