Html Css Color HEX #D119BB Deep Magenta

📋 copy color: '#D119BB'

red 209 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #D119BB

Tints of Deep Magenta #D119BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.94%

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

R = 49.64%
G = 5.94%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D119BB (or 0xD119BB) is known color: Deep Magenta. HEX triplet: D1, 19 and BB. RGB value is (209,25,187). Sum of RGB (Red+Green+Blue) = 209+25+187=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D119BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119BB is #2EE644. Grayscale: #626262. Windows color (decimal): -3073605 or 12261841. OLE color: 12261841.

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

Color convert

RGB 209 25 187 -
CMYK 0 0.88 0.11 0.18
HSL 307.17º 0.79% 0.46% -
HSV(B) 307.17º 0.88% 0.82% -
XYZ 35.61 17.84 48.58 -
YUV 98.48 177.96 206.83 -
System Red Green Blue C M Y K H S L
Decimal 209 25 187 0 0.88 0.11 0.18 307.17 0.79 0.46
Hex D1 19 BB 0 58 B 12 133 4F 2E
Octal 321 31 273 0 130 13 22 463 117 56
Binary 11010001 11001 10111011 0 1011000 1011 10010 100110011 1001111 101110

Color Harmonies of #D119BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D119BB

Black with #D119BB

Text Example


Text Example

White with #D119BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D119BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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