Html Css Color HEX #D112DC Deep Magenta

📋 copy color: '#D112DC'

red 209 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #D112DC

Tints of Deep Magenta #D112DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.03%

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

R = 46.76%
G = 4.03%
B = 49.22%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D112DC (or 0xD112DC) is known color: Deep Magenta. HEX triplet: D1, 12 and DC. RGB value is (209,18,220). Sum of RGB (Red+Green+Blue) = 209+18+220=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #D112DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112DC is #2EED23. Grayscale: #616161. Windows color (decimal): -3075364 or 14422737. OLE color: 14422737.

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

Color convert

RGB 209 18 220 -
CMYK 0.05 0.92 0 0.14
HSL 296.73º 0.85% 0.47% -
HSV(B) 296.73º 0.92% 0.86% -
XYZ 39.43 19.16 69.33 -
YUV 98.14 196.78 207.07 -
System Red Green Blue C M Y K H S L
Decimal 209 18 220 0.05 0.92 0 0.14 296.73 0.85 0.47
Hex D1 12 DC 5 5C 0 E 129 55 2F
Octal 321 22 334 5 134 0 16 451 125 57
Binary 11010001 10010 11011100 101 1011100 0 1110 100101001 1010101 101111

Color Harmonies of #D112DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D112DC

Black with #D112DC

Text Example


Text Example

White with #D112DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D112DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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