Html Css Color HEX #D121E4 Deep Magenta

📋 copy color: '#D121E4'

red 209 ◦ green 33 ◦ blue 228

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

Shades of Deep Magenta #D121E4

Tints of Deep Magenta #D121E4

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.02%

 BLUE value IS 228 (89.45% from 255) = 48.51%

R = 44.47%
G = 7.02%
B = 48.51%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D121E4 (or 0xD121E4) is known color: Deep Magenta. HEX triplet: D1, 21 and E4. RGB value is (209,33,228). Sum of RGB (Red+Green+Blue) = 209+33+228=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #D121E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121E4 is #2EDE1B. Grayscale: #6B6B6B. Windows color (decimal): -3071516 or 14950865. OLE color: 14950865.

HSL color Cylindrical-coordinate representation of color #D121E4: hue angle of 294.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D121E4 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 33 228 -
CMYK 0.08 0.86 0 0.11
HSL 294.15º 0.78% 0.51% -
HSV(B) 294.15º 0.86% 0.89% -
XYZ 40.84 20.24 75.15 -
YUV 107.85 195.81 200.14 -
System Red Green Blue C M Y K H S L
Decimal 209 33 228 0.08 0.86 0 0.11 294.15 0.78 0.51
Hex D1 21 E4 8 56 0 B 126 4E 33
Octal 321 41 344 10 126 0 13 446 116 63
Binary 11010001 100001 11100100 1000 1010110 0 1011 100100110 1001110 110011

Color Harmonies of #D121E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121E4

Black with #D121E4

Text Example


Text Example

White with #D121E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121E4; }

 p { color: rgb(209,33,228); }

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

background-color css

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

 a { background-color: rgb(209,33,228); }

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

border-color css

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

 span { border-color: rgb(209,33,228); }

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