Html Css Color HEX #D121DF Deep Magenta

📋 copy color: '#D121DF'

red 209 ◦ green 33 ◦ blue 223

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

Shades of Deep Magenta #D121DF

Tints of Deep Magenta #D121DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 44.95%
G = 7.1%
B = 47.96%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D121DF (or 0xD121DF) is known color: Deep Magenta. HEX triplet: D1, 21 and DF. RGB value is (209,33,223). Sum of RGB (Red+Green+Blue) = 209+33+223=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #D121DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121DF is #2EDE20. Grayscale: #6A6A6A. Windows color (decimal): -3071521 or 14623185. OLE color: 14623185.

HSL color Cylindrical-coordinate representation of color #D121DF: hue angle of 295.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D121DF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 33 223 -
CMYK 0.06 0.85 0 0.13
HSL 295.58º 0.75% 0.5% -
HSV(B) 295.58º 0.85% 0.87% -
XYZ 40.16 19.97 71.55 -
YUV 107.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 209 33 223 0.06 0.85 0 0.13 295.58 0.75 0.5
Hex D1 21 DF 6 55 0 D 128 4B 32
Octal 321 41 337 6 125 0 15 450 113 62
Binary 11010001 100001 11011111 110 1010101 0 1101 100101000 1001011 110010

Color Harmonies of #D121DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121DF

Black with #D121DF

Text Example


Text Example

White with #D121DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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