Html Css Color HEX #D113B7 Deep Magenta

📋 copy color: '#D113B7'

red 209 ◦ green 19 ◦ blue 183

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

Shades of Deep Magenta #D113B7

Tints of Deep Magenta #D113B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.53%

R = 50.85%
G = 4.62%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D113B7 (or 0xD113B7) is known color: Deep Magenta. HEX triplet: D1, 13 and B7. RGB value is (209,19,183). Sum of RGB (Red+Green+Blue) = 209+19+183=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D113B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113B7 is #2EEC48. Grayscale: #5E5E5E. Windows color (decimal): -3075145 or 11998161. OLE color: 11998161.

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

Color convert

RGB 209 19 183 -
CMYK 0 0.91 0.12 0.18
HSL 308.21º 0.83% 0.45% -
HSV(B) 308.21º 0.91% 0.82% -
XYZ 35.07 17.44 46.32 -
YUV 94.51 177.95 209.66 -
System Red Green Blue C M Y K H S L
Decimal 209 19 183 0 0.91 0.12 0.18 308.21 0.83 0.45
Hex D1 13 B7 0 5B C 12 134 53 2D
Octal 321 23 267 0 133 14 22 464 123 55
Binary 11010001 10011 10110111 0 1011011 1100 10010 100110100 1010011 101101

Color Harmonies of #D113B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113B7

Black with #D113B7

Text Example


Text Example

White with #D113B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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