Html Css Color HEX #D118DD Deep Magenta

📋 copy color: '#D118DD'

red 209 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #D118DD

Tints of Deep Magenta #D118DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 46.04%
G = 5.29%
B = 48.68%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D118DD (or 0xD118DD) is known color: Deep Magenta. HEX triplet: D1, 18 and DD. RGB value is (209,24,221). Sum of RGB (Red+Green+Blue) = 209+24+221=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #D118DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118DD is #2EE722. Grayscale: #656565. Windows color (decimal): -3073827 or 14489809. OLE color: 14489809.

HSL color Cylindrical-coordinate representation of color #D118DD: hue angle of 296.35º degrees, saturation: 0.8, 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 #D118DD is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 24 221 -
CMYK 0.05 0.89 0 0.13
HSL 296.35º 0.8% 0.48% -
HSV(B) 296.35º 0.89% 0.87% -
XYZ 39.67 19.43 70.07 -
YUV 101.77 195.29 204.48 -
System Red Green Blue C M Y K H S L
Decimal 209 24 221 0.05 0.89 0 0.13 296.35 0.8 0.48
Hex D1 18 DD 5 59 0 D 128 50 30
Octal 321 30 335 5 131 0 15 450 120 60
Binary 11010001 11000 11011101 101 1011001 0 1101 100101000 1010000 110000

Color Harmonies of #D118DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D118DD

Black with #D118DD

Text Example


Text Example

White with #D118DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D118DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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