Html Css Color HEX #D118DF Deep Magenta

📋 copy color: '#D118DF'

red 209 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #D118DF

Tints of Deep Magenta #D118DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.26%

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 45.83%
G = 5.26%
B = 48.9%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D118DF (or 0xD118DF) is known color: Deep Magenta. HEX triplet: D1, 18 and DF. RGB value is (209,24,223). Sum of RGB (Red+Green+Blue) = 209+24+223=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #D118DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118DF is #2EE720. Grayscale: #656565. Windows color (decimal): -3073825 or 14620881. OLE color: 14620881.

HSL color Cylindrical-coordinate representation of color #D118DF: hue angle of 295.78º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D118DF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 24 223 -
CMYK 0.06 0.89 0 0.13
HSL 295.78º 0.81% 0.48% -
HSV(B) 295.78º 0.89% 0.87% -
XYZ 39.94 19.54 71.48 -
YUV 102 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 209 24 223 0.06 0.89 0 0.13 295.78 0.81 0.48
Hex D1 18 DF 6 59 0 D 128 51 30
Octal 321 30 337 6 131 0 15 450 121 60
Binary 11010001 11000 11011111 110 1011001 0 1101 100101000 1010001 110000

Color Harmonies of #D118DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D118DF

Black with #D118DF

Text Example


Text Example

White with #D118DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D118DF; }

 p { color: rgb(209,24,223); }

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

background-color css

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

 a { background-color: rgb(209,24,223); }

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

border-color css

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

 span { border-color: rgb(209,24,223); }

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