Html Css Color HEX #D113BB Deep Magenta

📋 copy color: '#D113BB'

red 209 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #D113BB

Tints of Deep Magenta #D113BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.58%

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

R = 50.36%
G = 4.58%
B = 45.06%

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

#D113BB (or 0xD113BB) is known color: Deep Magenta. HEX triplet: D1, 13 and BB. RGB value is (209,19,187). Sum of RGB (Red+Green+Blue) = 209+19+187=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D113BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113BB is #2EEC44. Grayscale: #5E5E5E. Windows color (decimal): -3075141 or 12260305. OLE color: 12260305.

HSL color Cylindrical-coordinate representation of color #D113BB: hue angle of 306.95º degrees, saturation: 0.83, 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 #D113BB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 187 -
CMYK 0 0.91 0.11 0.18
HSL 306.95º 0.83% 0.45% -
HSV(B) 306.95º 0.91% 0.82% -
XYZ 35.5 17.61 48.54 -
YUV 94.96 179.95 209.34 -
System Red Green Blue C M Y K H S L
Decimal 209 19 187 0 0.91 0.11 0.18 306.95 0.83 0.45
Hex D1 13 BB 0 5B B 12 133 53 2D
Octal 321 23 273 0 133 13 22 463 123 55
Binary 11010001 10011 10111011 0 1011011 1011 10010 100110011 1010011 101101

Color Harmonies of #D113BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113BB

Black with #D113BB

Text Example


Text Example

White with #D113BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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