Html Css Color HEX #D113B2 Deep Magenta

📋 copy color: '#D113B2'

red 209 ◦ green 19 ◦ blue 178

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

Shades of Deep Magenta #D113B2

Tints of Deep Magenta #D113B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.84%

R = 51.48%
G = 4.68%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D113B2 (or 0xD113B2) is known color: Deep Magenta. HEX triplet: D1, 13 and B2. RGB value is (209,19,178). Sum of RGB (Red+Green+Blue) = 209+19+178=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D113B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D113B2 is #2EEC4D. Grayscale: #5D5D5D. Windows color (decimal): -3075150 or 11670481. OLE color: 11670481.

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

Color convert

RGB 209 19 178 -
CMYK 0 0.91 0.15 0.18
HSL 309.79º 0.83% 0.45% -
HSV(B) 309.79º 0.91% 0.82% -
XYZ 34.56 17.24 43.62 -
YUV 93.94 175.45 210.07 -
System Red Green Blue C M Y K H S L
Decimal 209 19 178 0 0.91 0.15 0.18 309.79 0.83 0.45
Hex D1 13 B2 0 5B F 12 136 53 2D
Octal 321 23 262 0 133 17 22 466 123 55
Binary 11010001 10011 10110010 0 1011011 1111 10010 100110110 1010011 101101

Color Harmonies of #D113B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113B2

Black with #D113B2

Text Example


Text Example

White with #D113B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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