Html Css Color HEX #D118DC Deep Magenta

📋 copy color: '#D118DC'

red 209 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #D118DC

Tints of Deep Magenta #D118DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.3%

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

R = 46.14%
G = 5.3%
B = 48.57%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D118DC (or 0xD118DC) is known color: Deep Magenta. HEX triplet: D1, 18 and DC. RGB value is (209,24,220). Sum of RGB (Red+Green+Blue) = 209+24+220=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #D118DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118DC is #2EE723. Grayscale: #656565. Windows color (decimal): -3073828 or 14424273. OLE color: 14424273.

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

Color convert

RGB 209 24 220 -
CMYK 0.05 0.89 0 0.14
HSL 296.63º 0.8% 0.48% -
HSV(B) 296.63º 0.89% 0.86% -
XYZ 39.54 19.38 69.37 -
YUV 101.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 209 24 220 0.05 0.89 0 0.14 296.63 0.8 0.48
Hex D1 18 DC 5 59 0 E 129 50 30
Octal 321 30 334 5 131 0 16 451 120 60
Binary 11010001 11000 11011100 101 1011001 0 1110 100101001 1010000 110000

Color Harmonies of #D118DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D118DC

Black with #D118DC

Text Example


Text Example

White with #D118DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D118DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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