Html Css Color HEX #D121C1 Deep Magenta

📋 copy color: '#D121C1'

red 209 ◦ green 33 ◦ blue 193

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

Shades of Deep Magenta #D121C1

Tints of Deep Magenta #D121C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 48.05%
G = 7.59%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D121C1 (or 0xD121C1) is known color: Deep Magenta. HEX triplet: D1, 21 and C1. RGB value is (209,33,193). Sum of RGB (Red+Green+Blue) = 209+33+193=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D121C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121C1 is #2EDE3E. Grayscale: #676767. Windows color (decimal): -3071551 or 12657105. OLE color: 12657105.

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

Color convert

RGB 209 33 193 -
CMYK 0 0.84 0.08 0.18
HSL 305.45º 0.73% 0.47% -
HSV(B) 305.45º 0.84% 0.82% -
XYZ 36.46 18.49 52.1 -
YUV 103.86 178.31 202.99 -
System Red Green Blue C M Y K H S L
Decimal 209 33 193 0 0.84 0.08 0.18 305.45 0.73 0.47
Hex D1 21 C1 0 54 8 12 131 49 2F
Octal 321 41 301 0 124 10 22 461 111 57
Binary 11010001 100001 11000001 0 1010100 1000 10010 100110001 1001001 101111

Color Harmonies of #D121C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121C1

Black with #D121C1

Text Example


Text Example

White with #D121C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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