Html Css Color HEX #D121C2 Deep Magenta

📋 copy color: '#D121C2'

red 209 ◦ green 33 ◦ blue 194

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

Shades of Deep Magenta #D121C2

Tints of Deep Magenta #D121C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 47.94%
G = 7.57%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D121C2 (or 0xD121C2) is known color: Deep Magenta. HEX triplet: D1, 21 and C2. RGB value is (209,33,194). Sum of RGB (Red+Green+Blue) = 209+33+194=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D121C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121C2 is #2EDE3D. Grayscale: #676767. Windows color (decimal): -3071550 or 12722641. OLE color: 12722641.

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

Color convert

RGB 209 33 194 -
CMYK 0 0.84 0.07 0.18
HSL 305.11º 0.73% 0.47% -
HSV(B) 305.11º 0.84% 0.82% -
XYZ 36.58 18.54 52.69 -
YUV 103.98 178.81 202.91 -
System Red Green Blue C M Y K H S L
Decimal 209 33 194 0 0.84 0.07 0.18 305.11 0.73 0.47
Hex D1 21 C2 0 54 7 12 131 49 2F
Octal 321 41 302 0 124 7 22 461 111 57
Binary 11010001 100001 11000010 0 1010100 111 10010 100110001 1001001 101111

Color Harmonies of #D121C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121C2

Black with #D121C2

Text Example


Text Example

White with #D121C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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