Html Css Color HEX #D117DA Deep Magenta

📋 copy color: '#D117DA'

red 209 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #D117DA

Tints of Deep Magenta #D117DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 46.44%
G = 5.11%
B = 48.44%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D117DA (or 0xD117DA) is known color: Deep Magenta. HEX triplet: D1, 17 and DA. RGB value is (209,23,218). Sum of RGB (Red+Green+Blue) = 209+23+218=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #D117DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117DA is #2EE825. Grayscale: #646464. Windows color (decimal): -3074086 or 14292945. OLE color: 14292945.

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

Color convert

RGB 209 23 218 -
CMYK 0.04 0.89 0 0.15
HSL 297.23º 0.81% 0.47% -
HSV(B) 297.23º 0.89% 0.85% -
XYZ 39.26 19.23 67.97 -
YUV 100.84 194.12 205.14 -
System Red Green Blue C M Y K H S L
Decimal 209 23 218 0.04 0.89 0 0.15 297.23 0.81 0.47
Hex D1 17 DA 4 59 0 F 129 51 2F
Octal 321 27 332 4 131 0 17 451 121 57
Binary 11010001 10111 11011010 100 1011001 0 1111 100101001 1010001 101111

Color Harmonies of #D117DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117DA

Black with #D117DA

Text Example


Text Example

White with #D117DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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