Html Css Color HEX #D118BB Deep Magenta

📋 copy color: '#D118BB'

red 209 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #D118BB

Tints of Deep Magenta #D118BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 49.76%
G = 5.71%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D118BB (or 0xD118BB) is known color: Deep Magenta. HEX triplet: D1, 18 and BB. RGB value is (209,24,187). Sum of RGB (Red+Green+Blue) = 209+24+187=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D118BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D118BB is #2EE744. Grayscale: #616161. Windows color (decimal): -3073861 or 12261585. OLE color: 12261585.

HSL color Cylindrical-coordinate representation of color #D118BB: hue angle of 307.14º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D118BB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 24 187 -
CMYK 0 0.89 0.11 0.18
HSL 307.14º 0.79% 0.46% -
HSV(B) 307.14º 0.89% 0.82% -
XYZ 35.59 17.8 48.57 -
YUV 97.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 209 24 187 0 0.89 0.11 0.18 307.14 0.79 0.46
Hex D1 18 BB 0 59 B 12 133 4F 2E
Octal 321 30 273 0 131 13 22 463 117 56
Binary 11010001 11000 10111011 0 1011001 1011 10010 100110011 1001111 101110

Color Harmonies of #D118BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D118BB

Black with #D118BB

Text Example


Text Example

White with #D118BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D118BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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