Html Css Color HEX #D117CA Deep Magenta

📋 copy color: '#D117CA'

red 209 ◦ green 23 ◦ blue 202

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

Shades of Deep Magenta #D117CA

Tints of Deep Magenta #D117CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 48.16%
G = 5.3%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D117CA (or 0xD117CA) is known color: Deep Magenta. HEX triplet: D1, 17 and CA. RGB value is (209,23,202). Sum of RGB (Red+Green+Blue) = 209+23+202=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D117CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117CA is #2EE835. Grayscale: #626262. Windows color (decimal): -3074102 or 13244369. OLE color: 13244369.

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

Color convert

RGB 209 23 202 -
CMYK 0 0.89 0.03 0.18
HSL 302.26º 0.8% 0.45% -
HSV(B) 302.26º 0.89% 0.82% -
XYZ 37.26 18.43 57.47 -
YUV 99.02 186.12 206.45 -
System Red Green Blue C M Y K H S L
Decimal 209 23 202 0 0.89 0.03 0.18 302.26 0.8 0.45
Hex D1 17 CA 0 59 3 12 12E 50 2D
Octal 321 27 312 0 131 3 22 456 120 55
Binary 11010001 10111 11001010 0 1011001 11 10010 100101110 1010000 101101

Color Harmonies of #D117CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117CA

Black with #D117CA

Text Example


Text Example

White with #D117CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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