Html Css Color HEX #D118E0 Deep Magenta

📋 copy color: '#D118E0'

red 209 ◦ green 24 ◦ blue 224

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

Shades of Deep Magenta #D118E0

Tints of Deep Magenta #D118E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.02%

R = 45.73%
G = 5.25%
B = 49.02%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D118E0 (or 0xD118E0) is known color: Deep Magenta. HEX triplet: D1, 18 and E0. RGB value is (209,24,224). Sum of RGB (Red+Green+Blue) = 209+24+224=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #D118E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118E0 is #2EE71F. Grayscale: #656565. Windows color (decimal): -3073824 or 14686417. OLE color: 14686417.

HSL color Cylindrical-coordinate representation of color #D118E0: hue angle of 295.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D118E0 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 24 224 -
CMYK 0.07 0.89 0 0.12
HSL 295.5º 0.81% 0.49% -
HSV(B) 295.5º 0.89% 0.88% -
XYZ 40.08 19.59 72.19 -
YUV 102.12 196.79 204.24 -
System Red Green Blue C M Y K H S L
Decimal 209 24 224 0.07 0.89 0 0.12 295.5 0.81 0.49
Hex D1 18 E0 7 59 0 C 128 51 31
Octal 321 30 340 7 131 0 14 450 121 61
Binary 11010001 11000 11100000 111 1011001 0 1100 100101000 1010001 110001

Color Harmonies of #D118E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D118E0

Black with #D118E0

Text Example


Text Example

White with #D118E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D118E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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