Html Css Color HEX #D117DC Deep Magenta

📋 copy color: '#D117DC'

red 209 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #D117DC

Tints of Deep Magenta #D117DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.09%

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

R = 46.24%
G = 5.09%
B = 48.67%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D117DC (or 0xD117DC) is known color: Deep Magenta. HEX triplet: D1, 17 and DC. RGB value is (209,23,220). Sum of RGB (Red+Green+Blue) = 209+23+220=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #D117DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117DC is #2EE823. Grayscale: #646464. Windows color (decimal): -3074084 or 14424017. OLE color: 14424017.

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

Color convert

RGB 209 23 220 -
CMYK 0.05 0.90 0 0.14
HSL 296.65º 0.81% 0.48% -
HSV(B) 296.65º 0.9% 0.86% -
XYZ 39.52 19.34 69.36 -
YUV 101.07 195.12 204.98 -
System Red Green Blue C M Y K H S L
Decimal 209 23 220 0.05 0.90 0 0.14 296.65 0.81 0.48
Hex D1 17 DC 5 5A 0 E 129 51 30
Octal 321 27 334 5 132 0 16 451 121 60
Binary 11010001 10111 11011100 101 1011010 0 1110 100101001 1010001 110000

Color Harmonies of #D117DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117DC

Black with #D117DC

Text Example


Text Example

White with #D117DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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