Html Css Color HEX #D106C9 Deep Magenta

📋 copy color: '#D106C9'

red 209 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #D106C9

Tints of Deep Magenta #D106C9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

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

R = 50.24%
G = 1.44%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D106C9 (or 0xD106C9) is known color: Deep Magenta. HEX triplet: D1, 06 and C9. RGB value is (209,6,201). Sum of RGB (Red+Green+Blue) = 209+6+201=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D106C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D106C9 is #2EF936. Grayscale: #585858. Windows color (decimal): -3078455 or 13174481. OLE color: 13174481.

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

Color convert

RGB 209 6 201 -
CMYK 0 0.97 0.04 0.18
HSL 302.36º 0.94% 0.42% -
HSV(B) 302.36º 0.97% 0.82% -
XYZ 36.9 17.9 56.77 -
YUV 88.93 191.25 213.64 -
System Red Green Blue C M Y K H S L
Decimal 209 6 201 0 0.97 0.04 0.18 302.36 0.94 0.42
Hex D1 6 C9 0 61 4 12 12E 5E 2A
Octal 321 6 311 0 141 4 22 456 136 52
Binary 11010001 110 11001001 0 1100001 100 10010 100101110 1011110 101010

Color Harmonies of #D106C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D106C9

Black with #D106C9

Text Example


Text Example

White with #D106C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D106C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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