Html Css Color HEX #D117CD Deep Magenta

📋 copy color: '#D117CD'

red 209 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #D117CD

Tints of Deep Magenta #D117CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 47.83%
G = 5.26%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D117CD (or 0xD117CD) is known color: Deep Magenta. HEX triplet: D1, 17 and CD. RGB value is (209,23,205). Sum of RGB (Red+Green+Blue) = 209+23+205=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D117CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117CD is #2EE832. Grayscale: #626262. Windows color (decimal): -3074099 or 13440977. OLE color: 13440977.

HSL color Cylindrical-coordinate representation of color #D117CD: hue angle of 301.29º 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 #D117CD is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 23 205 -
CMYK 0 0.89 0.02 0.18
HSL 301.29º 0.8% 0.45% -
HSV(B) 301.29º 0.89% 0.82% -
XYZ 37.62 18.58 59.36 -
YUV 99.36 187.62 206.2 -
System Red Green Blue C M Y K H S L
Decimal 209 23 205 0 0.89 0.02 0.18 301.29 0.8 0.45
Hex D1 17 CD 0 59 2 12 12D 50 2D
Octal 321 27 315 0 131 2 22 455 120 55
Binary 11010001 10111 11001101 0 1011001 10 10010 100101101 1010000 101101

Color Harmonies of #D117CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117CD

Black with #D117CD

Text Example


Text Example

White with #D117CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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