Html Css Color HEX #D121C9 Deep Magenta

📋 copy color: '#D121C9'

red 209 ◦ green 33 ◦ blue 201

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

Shades of Deep Magenta #D121C9

Tints of Deep Magenta #D121C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 47.18%
G = 7.45%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D121C9 (or 0xD121C9) is known color: Deep Magenta. HEX triplet: D1, 21 and C9. RGB value is (209,33,201). Sum of RGB (Red+Green+Blue) = 209+33+201=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D121C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121C9 is #2EDE36. Grayscale: #686868. Windows color (decimal): -3071543 or 13181393. OLE color: 13181393.

HSL color Cylindrical-coordinate representation of color #D121C9: hue angle of 302.73º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D121C9 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 201 -
CMYK 0 0.84 0.04 0.18
HSL 302.73º 0.73% 0.47% -
HSV(B) 302.73º 0.84% 0.82% -
XYZ 37.38 18.86 56.93 -
YUV 104.78 182.31 202.34 -
System Red Green Blue C M Y K H S L
Decimal 209 33 201 0 0.84 0.04 0.18 302.73 0.73 0.47
Hex D1 21 C9 0 54 4 12 12F 49 2F
Octal 321 41 311 0 124 4 22 457 111 57
Binary 11010001 100001 11001001 0 1010100 100 10010 100101111 1001001 101111

Color Harmonies of #D121C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121C9

Black with #D121C9

Text Example


Text Example

White with #D121C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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