Html Css Color HEX #D121C6 Deep Magenta

📋 copy color: '#D121C6'

red 209 ◦ green 33 ◦ blue 198

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

Shades of Deep Magenta #D121C6

Tints of Deep Magenta #D121C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 47.5%
G = 7.5%
B = 45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D121C6 (or 0xD121C6) is known color: Deep Magenta. HEX triplet: D1, 21 and C6. RGB value is (209,33,198). Sum of RGB (Red+Green+Blue) = 209+33+198=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D121C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121C6 is #2EDE39. Grayscale: #676767. Windows color (decimal): -3071546 or 12984785. OLE color: 12984785.

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

Color convert

RGB 209 33 198 -
CMYK 0 0.84 0.05 0.18
HSL 303.75º 0.73% 0.47% -
HSV(B) 303.75º 0.84% 0.82% -
XYZ 37.03 18.72 55.09 -
YUV 104.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 209 33 198 0 0.84 0.05 0.18 303.75 0.73 0.47
Hex D1 21 C6 0 54 5 12 130 49 2F
Octal 321 41 306 0 124 5 22 460 111 57
Binary 11010001 100001 11000110 0 1010100 101 10010 100110000 1001001 101111

Color Harmonies of #D121C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121C6

Black with #D121C6

Text Example


Text Example

White with #D121C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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