Html Css Color HEX #D117C0 Deep Magenta

📋 copy color: '#D117C0'

red 209 ◦ green 23 ◦ blue 192

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

Shades of Deep Magenta #D117C0

Tints of Deep Magenta #D117C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.28%

R = 49.29%
G = 5.42%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D117C0 (or 0xD117C0) is known color: Deep Magenta. HEX triplet: D1, 17 and C0. RGB value is (209,23,192). Sum of RGB (Red+Green+Blue) = 209+23+192=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D117C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117C0 is #2EE83F. Grayscale: #616161. Windows color (decimal): -3074112 or 12589009. OLE color: 12589009.

HSL color Cylindrical-coordinate representation of color #D117C0: hue angle of 305.48º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D117C0 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 23 192 -
CMYK 0 0.89 0.08 0.18
HSL 305.48º 0.8% 0.45% -
HSV(B) 305.48º 0.89% 0.82% -
XYZ 36.12 17.97 51.43 -
YUV 97.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 209 23 192 0 0.89 0.08 0.18 305.48 0.8 0.45
Hex D1 17 C0 0 59 8 12 131 50 2D
Octal 321 27 300 0 131 10 22 461 120 55
Binary 11010001 10111 11000000 0 1011001 1000 10010 100110001 1010000 101101

Color Harmonies of #D117C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117C0

Black with #D117C0

Text Example


Text Example

White with #D117C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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