Html Css Color HEX #D112B9 Deep Magenta

📋 copy color: '#D112B9'

red 209 ◦ green 18 ◦ blue 185

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

Shades of Deep Magenta #D112B9

Tints of Deep Magenta #D112B9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.37%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 50.73%
G = 4.37%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D112B9 (or 0xD112B9) is known color: Deep Magenta. HEX triplet: D1, 12 and B9. RGB value is (209,18,185). Sum of RGB (Red+Green+Blue) = 209+18+185=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D112B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112B9 is #2EED46. Grayscale: #5D5D5D. Windows color (decimal): -3075399 or 12128977. OLE color: 12128977.

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

Color convert

RGB 209 18 185 -
CMYK 0 0.91 0.11 0.18
HSL 307.54º 0.84% 0.45% -
HSV(B) 307.54º 0.91% 0.82% -
XYZ 35.27 17.49 47.42 -
YUV 94.15 179.28 209.92 -
System Red Green Blue C M Y K H S L
Decimal 209 18 185 0 0.91 0.11 0.18 307.54 0.84 0.45
Hex D1 12 B9 0 5B B 12 134 54 2D
Octal 321 22 271 0 133 13 22 464 124 55
Binary 11010001 10010 10111001 0 1011011 1011 10010 100110100 1010100 101101

Color Harmonies of #D112B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D112B9

Black with #D112B9

Text Example


Text Example

White with #D112B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D112B9; }

 p { color: rgb(209,18,185); }

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

background-color css

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

 a { background-color: rgb(209,18,185); }

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

border-color css

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

 span { border-color: rgb(209,18,185); }

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