Html Css Color HEX #D117D7 Deep Magenta

📋 copy color: '#D117D7'

red 209 ◦ green 23 ◦ blue 215

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

Shades of Deep Magenta #D117D7

Tints of Deep Magenta #D117D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.1%

R = 46.76%
G = 5.15%
B = 48.1%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D117D7 (or 0xD117D7) is known color: Deep Magenta. HEX triplet: D1, 17 and D7. RGB value is (209,23,215). Sum of RGB (Red+Green+Blue) = 209+23+215=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #D117D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117D7 is #2EE828. Grayscale: #636363. Windows color (decimal): -3074089 or 14096337. OLE color: 14096337.

HSL color Cylindrical-coordinate representation of color #D117D7: hue angle of 298.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D117D7 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 23 215 -
CMYK 0.03 0.89 0 0.16
HSL 298.13º 0.81% 0.47% -
HSV(B) 298.13º 0.89% 0.84% -
XYZ 38.87 19.07 65.92 -
YUV 100.5 192.62 205.39 -
System Red Green Blue C M Y K H S L
Decimal 209 23 215 0.03 0.89 0 0.16 298.13 0.81 0.47
Hex D1 17 D7 3 59 0 10 12A 51 2F
Octal 321 27 327 3 131 0 20 452 121 57
Binary 11010001 10111 11010111 11 1011001 0 10000 100101010 1010001 101111

Color Harmonies of #D117D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117D7

Black with #D117D7

Text Example


Text Example

White with #D117D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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