Html Css Color HEX #D112DD Deep Magenta

📋 copy color: '#D112DD'

red 209 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #D112DD

Tints of Deep Magenta #D112DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 46.65%
G = 4.02%
B = 49.33%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D112DD (or 0xD112DD) is known color: Deep Magenta. HEX triplet: D1, 12 and DD. RGB value is (209,18,221). Sum of RGB (Red+Green+Blue) = 209+18+221=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #D112DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112DD is #2EED22. Grayscale: #616161. Windows color (decimal): -3075363 or 14488273. OLE color: 14488273.

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

Color convert

RGB 209 18 221 -
CMYK 0.05 0.92 0 0.13
HSL 296.45º 0.85% 0.47% -
HSV(B) 296.45º 0.92% 0.87% -
XYZ 39.56 19.21 70.03 -
YUV 98.25 197.28 206.99 -
System Red Green Blue C M Y K H S L
Decimal 209 18 221 0.05 0.92 0 0.13 296.45 0.85 0.47
Hex D1 12 DD 5 5C 0 D 128 55 2F
Octal 321 22 335 5 134 0 15 450 125 57
Binary 11010001 10010 11011101 101 1011100 0 1101 100101000 1010101 101111

Color Harmonies of #D112DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D112DD

Black with #D112DD

Text Example


Text Example

White with #D112DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D112DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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