Html Css Color HEX #D103E5 Deep Magenta

📋 copy color: '#D103E5'

red 209 ◦ green 3 ◦ blue 229

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

Shades of Deep Magenta #D103E5

Tints of Deep Magenta #D103E5

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

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

R = 47.39%
G = 0.68%
B = 51.93%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D103E5 (or 0xD103E5) is known color: Deep Magenta. HEX triplet: D1, 03 and E5. RGB value is (209,3,229). Sum of RGB (Red+Green+Blue) = 209+3+229=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #D103E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103E5 is #2EFC1A. Grayscale: #595959. Windows color (decimal): -3079195 or 15008721. OLE color: 15008721.

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

Color convert

RGB 209 3 229 -
CMYK 0.09 0.99 0 0.10
HSL 294.69º 0.97% 0.45% -
HSV(B) 294.69º 0.99% 0.9% -
XYZ 40.47 19.28 75.72 -
YUV 90.36 206.25 212.62 -
System Red Green Blue C M Y K H S L
Decimal 209 3 229 0.09 0.99 0 0.10 294.69 0.97 0.45
Hex D1 3 E5 9 63 0 A 127 61 2D
Octal 321 3 345 11 143 0 12 447 141 55
Binary 11010001 11 11100101 1001 1100011 0 1010 100100111 1100001 101101

Color Harmonies of #D103E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D103E5

Black with #D103E5

Text Example


Text Example

White with #D103E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D103E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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