Html Css Color HEX #D113E5 Deep Magenta

📋 copy color: '#D113E5'

red 209 ◦ green 19 ◦ blue 229

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

Shades of Deep Magenta #D113E5

Tints of Deep Magenta #D113E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.11%

R = 45.73%
G = 4.16%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D113E5 (or 0xD113E5) is known color: Deep Magenta. HEX triplet: D1, 13 and E5. RGB value is (209,19,229). Sum of RGB (Red+Green+Blue) = 209+19+229=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #D113E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113E5 is #2EEC1A. Grayscale: #636363. Windows color (decimal): -3075099 or 15012817. OLE color: 15012817.

HSL color Cylindrical-coordinate representation of color #D113E5: hue angle of 294.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D113E5 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 19 229 -
CMYK 0.09 0.92 0 0.10
HSL 294.29º 0.85% 0.49% -
HSV(B) 294.29º 0.92% 0.9% -
XYZ 40.67 19.68 75.78 -
YUV 99.75 200.95 205.92 -
System Red Green Blue C M Y K H S L
Decimal 209 19 229 0.09 0.92 0 0.10 294.29 0.85 0.49
Hex D1 13 E5 9 5C 0 A 126 55 31
Octal 321 23 345 11 134 0 12 446 125 61
Binary 11010001 10011 11100101 1001 1011100 0 1010 100100110 1010101 110001

Color Harmonies of #D113E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113E5

Black with #D113E5

Text Example


Text Example

White with #D113E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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